home *** CD-ROM | disk | FTP | other *** search
/ Complete RPG Maker XP - 41 Games / tg esp 48 rpg maker.iso / RPG3D / Tools_Utilities / Quark.exe / Quark / addons / Quake_3 / DataQ3.qrk next >
Encoding:
Text File  |  2005-01-02  |  331.8 KB  |  9,772 lines

  1. QQRKSRC1
  2. // Configuration file for Quake 3
  3.  
  4. //$Header: /cvsroot/quark/runtime/addons/Quake_3/DataQ3.qrk,v 1.12 2005/01/02 15:20:10 cdunde Exp $
  5. // ----------- REVISION HISTORY ------------
  6. //$Log: DataQ3.qrk,v $
  7. //Revision 1.12  2005/01/02 15:20:10  cdunde
  8. //To add bounding box for misc_model to see it in editor.
  9. //
  10. //Revision 1.10  2004/05/28 03:51:16  cdunde
  11. //Add handels to entities.
  12. //
  13. //Revision 1.9  2003/12/30 03:08:10  cdunde
  14. //To add model viewin in 3D views and selection window features
  15. //
  16. //Revision 1.8  2002/06/14 22:33:59  tiglari
  17. //bad spawnflags fix by ut_fourdays for func_door/rotating
  18. //
  19. //Revision 1.8  2002/06/12 23:03:12  4days
  20. //corrected spawnflags for func_rotating and func_door
  21. //
  22. //Revision 1.7  2001/03/20 21:56:26  decker_dk
  23. //Added log-header / misc.
  24. //
  25. //Revision 1.6  2001/03/17 15:11:20  decker_dk
  26. //Removed bbox from misc_model, as that will give a wrong size-impression of the model
  27. //
  28. //Revision 1.5  2001/03/14 21:10:48  decker_dk
  29. //Fixed a problem in the (dollar)LOG(dollar), and very very few hard-tabs
  30. //
  31. //Revision 1.4  2001/03/14 04:42:44  maleficus
  32. //worldspawn terrain keys added
  33. //
  34. //Revision 1.3  2001/03/05 03:26:45  maleficus
  35. //Loads complete player start md3 now. Still buggy.
  36. //
  37. //Revision 1.2  2001/02/15 09:49:05  maleficus
  38. //Items show models, some more help info. Misc cleanup.
  39. //
  40. //Revision xxx  2001/02/13 18:11:29  maleficus
  41. //All item entities show models now! More help info. Some cleanup.
  42. //
  43. //Revision 1.1  2001/02/11 11:09:59  decker_dk
  44. //Moved from addons directory
  45. //
  46. //Revision 1.19  2001/02/07 18:34:29  aiv
  47. //added support for misc_model type entities
  48. //
  49. //Revision 1.18  2000/11/23 19:07:45  decker_dk
  50. //Put an Origin-brush on func_train ('t_originpoly:incl' actually)
  51. //
  52. //Revision 1.17  2000/10/15 16:04:57  alexander
  53. //committed changes from Maleficus666@yahoo.com:
  54. // - Added noise menu for target_speaker
  55. // - added more help, specifics
  56. // - comment cleanup for all entites
  57. // - more bug fixes
  58. // - removed broken shaders
  59. // - made basic map have all unseen faces be caulk
  60. //   as an example to newbie mappers.
  61. //
  62. //Revision 1.16  2000/09/24 23:59:24  alexander
  63. //committed tiglaris texture name fix
  64. //
  65. //Revision 1.15  2000/09/01 00:20:30  alexander
  66. //merged in 1.14.2.1 to 1.14.2.3 from rel6_1 branch (Maleficus' fixes)
  67. //
  68. //Revision 1.14.2.3  2000/08/08 23:23:07  alexander
  69. //corrected history :)
  70. //
  71. //Revision 1.14.2.2  2000/08/08 23:05:23  alexander
  72. //committed changes by Maleficus (Maleficus666@yahoo.com)
  73. //Added missing Quake 3 entites, fixed incorrect comments, fixed incorrect specifics,
  74. //added missing specifics, added model2 menu for func_* entities, more logical placement of
  75. //entities, removed incorrect or broken entities.
  76. //Any errors, please contact Maleficus666@yahoo.com
  77. //
  78. //Revision 1.14.2.1  2000/08/05 12:38:30  alexander
  79. //added missing angle tag to misc_model
  80. //
  81. //Revision 1.14  2000/07/06 01:37:09  alexander
  82. //added missing models
  83. //
  84. //Revision 1.13  2000/07/04 20:09:55  alexander
  85. //moved q3 specific default form here
  86. //
  87. //Revision 1.12  2000/06/27 11:03:49  tiglari
  88. //detail content flag reinstated
  89. //
  90. //Revision 1.11  2000/05/21 13:17:09  decker_dk
  91. //A small comment fixup
  92. //
  93. //Revision 1.10  2000/05/06 22:26:30  alexander
  94. //added cvs logging
  95. //
  96. //
  97.  
  98. {
  99.   QuArKProtected = "1"
  100.   Description = "Base Quake 3 Arena data"
  101.  
  102.   Default forms.qctx =
  103.   {
  104.     dup arenafilemaker:form =
  105.     {
  106.         help ="put one in your map to create a .arena script automatically"
  107.         bots: =
  108.         {
  109.           Txt = "&"
  110.           Hint = "bots that are default for this map"
  111.         }
  112.         longname: =
  113.         {
  114.           Txt = "&"
  115.           Hint = "This name will be shown in Quake 3"
  116.         }
  117.         fraglimit: =
  118.         {
  119.           Txt = "&"
  120.           Typ = "EF1"
  121.           Hint = "default fraglimit for map"
  122.         }
  123.         type: =
  124.         {
  125.           Txt = "&"
  126.           Hint = "ffa tourney etc."
  127.         }
  128.     }
  129.   }
  130.   Quake 3 setup.qctx =
  131.   {
  132.     Game = "Quake 3"
  133.     HTML = "help/index.html"
  134.     Palette = $0000000F0F0F1F1F1F2F2F2F3F3F3F4B4B4B5B5B5B6B6B6B7B7B7B8B8B8B9B9B9BAB
  135.      $ABABBBBBBBCBCBCBDBDBDBEBEBEB634B235B431F533F1F4F3B1B47371B3F2F173B2B1733
  136.      $27132F23132B1F13271B0F23170F1B130B170F0B130F070F0B075F5F6F5B5B675B535F57
  137.      $4F5B534B534F474B473F433F3B3B3B3737332F2F2F2B2B2727272323231B1B1B17171713
  138.      $13138F77537B6343735B3B674F2FCF974BA77B3B8B672F6F5327EB9F27CB8B23AF771F93
  139.      $631B774F175B3B0F3F270B231707A73B2B9F2F23972B1B8B27137F1F0F73170B67170757
  140.      $13004B0F00430F003B0F00330B002B0B00230B001B07001307007B5F4B7357436B533F67
  141.      $4F3B5F4737574333533F2F4B372B4333273F2F2337271B2F2317271B131F170F170F0B0F
  142.      $0B076F3B175F3717532F17432B17372313271B0F1B130B0F0B07B35B4FBF7B6FCB9B93D7
  143.      $BBB7CBD7DFB3C7D39FB7C387A7B77397A75B879B47778B2F677F17536F134B670F435B0B
  144.      $3F5307374B072F3F072733001F2B00171F000F1300070B0000008B5757834F4F7B474773
  145.      $43436B3B3B6333335B2F2F572B2B4B23233F1F1F331B1B2B13131F0F0F130B0B0B070700
  146.      $0000979F7B8F9773878B6B7F8363777B5F7373576B6B4F6363475B5B434F4F3B43433337
  147.      $372B2F2F2323231B1717130F0F0B9F4B3F9343378B3B2F7F3727772F236B2B1B63231757
  148.      $1F134F1B0F43170B37130B2B0F071F0B071707000B0000000000777BCF6F73C3676BB763
  149.      $63A75B5B9B53578F4B4F7F4747733F3F673737572F2F4B27273F231F2F1B1723130F170B
  150.      $07079BAB7B8F9F6F8797637B8B5773834B6777435F6F3B5767334B5B273F4F1B3743132F
  151.      $3B0B232F071B23001317000B0F0000FF0023E70F3FD31B53BB275FA72F5F8F335F7B33FF
  152.      $FFFFFFFFD3FFFFA7FFFF7FFFFF53FFFF27FFEB1FFFD717FFBF0FFFAB07FF9300EF7F00E3
  153.      $6B00D35700C74700B73B00AB2B009B1F008F17007F0F007307005F00004700002F00001B
  154.      $0000EF00003737FFFF00000000FF2B2B231B1B1713130FEB977FC373539F57337B3F1BEB
  155.      $D3C7C7AB9BA78B77876B579F5B53
  156.     ShaderFiles: =
  157.     {
  158.       scripts/shaderlist.txt = {
  159.         Data =
  160.             "// Created by QuArK"$0D0A
  161.             "// All shaders are extracted to a single file called 'quark.shader'"$0D0A
  162.             "quark"$0D0A
  163.       }
  164.       scripts/shaderlist.txt = {    // 2nd case: if there is no shader in the map
  165.         Data =
  166.             "// Created by QuArK"$0D0A
  167.             "// No shader in this map"$0D0A
  168.       }
  169.     }
  170.  
  171.         TextureFlags:form =     // a form for setting Quake 2 texture flags on polyhedron faces
  172.         {
  173.           Style = "5"
  174.  
  175.           Reset: =       // Reset button
  176.           {
  177.             Cap = "Reset to default"      // button caption
  178.             Typ = "B"                     // "B"utton
  179.             Hint = "Reset all flags to the texture's default"
  180.             Delete: =
  181.             {
  182.               Flags = ""          // the button deletes these Specifics
  183.               Contents = ""
  184.               Value = ""
  185.             }
  186.           }
  187.  
  188.           Contents:={Cap="detail"         Typ="X134217728" Hint="for small, detail brushes that QVIS3 can ignore"}
  189.         }
  190.  
  191.   }
  192.  
  193.   NewFiles.qtx =
  194.   {
  195.     ToolBox = "New files..."
  196.     Root = "Quake 3 file types.qtxfolder"
  197.     Quake 3 file types.qtxfolder =
  198.     {
  199.       Pk3.pk3 = { }
  200.     }
  201.   }
  202.  
  203. // Basic Map! With some modifications by Maleficus!
  204.   NewMap:incl =
  205.   {
  206.     Game = "Quake 3"
  207.     Root = "worldspawn:b"
  208.     worldspawn:b =
  209.     {
  210.       Border walls:g =
  211.       {
  212.         East wall:p =
  213.         {
  214.           west:f =
  215.           {
  216.             v = '256 0 272 256 -128 272 256 0 400'
  217.             tex = "base_wall/basewall03"
  218.           }
  219. // Maleficus: gotta show all those newbie mappers how to caulk! :)
  220. // Its best to caulk ALL unseen faces! This reduces compile times, and the size
  221. // of the .bsp file
  222.           east:f =
  223.           {
  224.             v = '272 0 272 272 128 272 272 0 400'
  225.             tex = "common/caulk"
  226.           }
  227.           south:f =
  228.           {
  229.             v = '432 -192 272 560 -192 272 432 -192 400'
  230.             tex = "common/caulk"
  231.           }
  232.           north:f =
  233.           {
  234.             v = '432 192 272 304 192 272 432 192 400'
  235.             tex = "common/caulk"
  236.           }
  237.           down:f =
  238.           {
  239.             v = '432 0 -96 560 0 -96 432 -128 -96'
  240.             tex = "common/caulk"
  241.           }
  242.           up:f =
  243.           {
  244.             v = '432 0 96 560 0 96 432 128 96'
  245.             tex = "common/caulk"
  246.           }
  247.         }
  248.         West wall:p =
  249.         {
  250.           west:f =
  251.           {
  252.             v = '-272 0 272 -272 -128 272 -272 0 400'
  253.             tex = "common/caulk"
  254.           }
  255.           east:f =
  256.           {
  257.             v = '-256 0 272 -256 128 272 -256 0 400'
  258.             tex = "base_wall/basewall03"
  259.           }
  260.           south:f =
  261.           {
  262.             v = '432 -192 272 560 -192 272 432 -192 400'
  263.             tex = "common/caulk"
  264.           }
  265.           north:f =
  266.           {
  267.             v = '432 192 272 304 192 272 432 192 400'
  268.             tex = "common/caulk"
  269.           }
  270.           down:f =
  271.           {
  272.             v = '432 0 -96 560 0 -96 432 -128 -96'
  273.             tex = "common/caulk"
  274.           }
  275.           up:f =
  276.           {
  277.             v = '432 0 96 560 0 96 432 128 96'
  278.             tex = "common/caulk"
  279.           }
  280.         }
  281.         North wall:p =
  282.         {
  283.           west:f =
  284.           {
  285.             v = '-256 0 272 -256 -128 272 -256 0 400'
  286.             tex = "common/caulk"
  287.           }
  288.           east:f =
  289.           {
  290.             v = '256 0 272 256 128 272 256 0 400'
  291.             tex = "common/caulk"
  292.           }
  293.           south:f =
  294.           {
  295.             v = '432 192 272 560 192 272 432 192 400'
  296.             tex = "base_wall/basewall03"
  297.           }
  298.           north:f =
  299.           {
  300.             v = '432 208 272 304 208 272 432 208 400'
  301.             tex = "common/caulk"
  302.           }
  303.           down:f =
  304.           {
  305.             v = '432 0 -96 560 0 -96 432 -128 -96'
  306.             tex = "common/caulk"
  307.           }
  308.           up:f =
  309.           {
  310.             v = '432 0 96 560 0 96 432 128 96'
  311.             tex = "common/caulk"
  312.           }
  313.         }
  314.         South wall:p =
  315.         {
  316.           west:f =
  317.           {
  318.             v = '-256 0 272 -256 -128 272 -256 0 400'
  319.             tex = "common/caulk"
  320.           }
  321.           east:f =
  322.           {
  323.             v = '256 0 272 256 128 272 256 0 400'
  324.             tex = "common/caulk"
  325.           }
  326.           south:f =
  327.           {
  328.             v = '432 -208 272 560 -208 272 432 -208 400'
  329.             tex = "common/caulk"
  330.           }
  331.           north:f =
  332.           {
  333.             v = '432 -192 272 304 -192 272 432 -192 400'
  334.             tex = "base_wall/basewall03"
  335.           }
  336.           down:f =
  337.           {
  338.             v = '432 0 -96 560 0 -96 432 -128 -96'
  339.             tex = "common/caulk"
  340.           }
  341.           up:f =
  342.           {
  343.             v = '432 0 96 560 0 96 432 128 96'
  344.             tex = "common/caulk"
  345.           }
  346.         }
  347.         Sky:p =
  348.         {
  349.           west:f =
  350.           {
  351.             v = '-256 0 272 -256 -128 272 -256 0 400'
  352.             tex = "skies/toxicskytim_dm8"
  353.           }
  354.           east:f =
  355.           {
  356.             v = '256 0 272 256 128 272 256 0 400'
  357.             tex = "skies/toxicskytim_dm8"
  358.           }
  359.           south:f =
  360.           {
  361.             v = '432 -192 272 560 -192 272 432 -192 400'
  362.             tex = "skies/toxicskytim_dm8"
  363.           }
  364.           north:f =
  365.           {
  366.             v = '432 192 272 304 192 272 432 192 400'
  367.             tex = "skies/toxicskytim_dm8"
  368.           }
  369.           down:f =
  370.           {
  371.             v = '432 0 96 560 0 96 432 -128 96'
  372.             tex = "skies/toxicskytim_dm8"
  373.           }
  374.           up:f =
  375.           {
  376.             v = '432 0 112 560 0 112 432 128 112'
  377.             tex = "skies/toxicskytim_dm8"
  378.           }
  379.         }
  380.         Floor:p =
  381.         {
  382.           west:f =
  383.           {
  384.             v = '-256 0 272 -256 -128 272 -256 0 400'
  385.             tex = "common/caulk"
  386.           }
  387.           east:f =
  388.           {
  389.             v = '256 0 272 256 128 272 256 0 400'
  390.             tex = "common/caulk"
  391.           }
  392.           south:f =
  393.           {
  394.             v = '432 -192 272 560 -192 272 432 -192 400'
  395.             tex = "common/caulk"
  396.           }
  397.           north:f =
  398.           {
  399.             v = '432 192 272 304 192 272 432 192 400'
  400.             tex = "common/caulk"
  401.           }
  402.           down:f =
  403.           {
  404.             v = '432 0 -112 560 0 -112 432 -128 -112'
  405.             tex = "common/caulk"
  406.           }
  407.           up:f =
  408.           {
  409.             v = '432 0 -96 560 0 -96 432 128 -96'
  410.             tex = "base_floor/clangdark"
  411.           }
  412.         }
  413.       }
  414.       info_player_deathmatch:e =
  415.       {
  416.         origin = "-144 0 -64"
  417.         angle = "360"
  418.       }
  419.       light:e =
  420.       {
  421.         origin = "0 0 0"
  422.         light = "300"
  423.         _color = "1 1 1"
  424.       }
  425.     }
  426.   }
  427.   Textures.qtx =
  428.   {
  429.     Toolbox = "Texture Browser..."
  430.     Root = "id Software Textures.qtxfolder"
  431.  
  432.     t_q3:incl =      { a = "baseq3" }
  433.     t_q3bbs:incl =   { a = "baseq3" b = "base_button" }
  434.     t_q3bfs:incl =   { a = "baseq3" b = "base_floor" }
  435.     t_q3bls:incl =   { a = "baseq3" b = "base_light" }
  436.     t_q3bos:incl =   { a = "baseq3" b = "base_object" }
  437.     t_q3bss:incl =   { a = "baseq3" b = "base_support" }
  438.     t_q3bts:incl =   { a = "baseq3" b = "base_trim" }
  439.     t_q3bws:incl =   { a = "baseq3" b = "base_wall" }
  440.     t_q3cs:incl =    { a = "baseq3" b = "common" }
  441.     t_q3ctfs:incl =  { a = "baseq3" b = "ctf" }
  442.     t_q3es:incl =    { a = "baseq3" b = "eerie" }
  443.     t_q3gfxs:incl =  { a = "baseq3" b = "gfx" }
  444.     t_q3gbs:incl =   { a = "baseq3" b = "gothic_block" }
  445.     t_q3gfs:incl =   { a = "baseq3" b = "gothic_floor" }
  446.     t_q3gls:incl =   { a = "baseq3" b = "gothic_light" }
  447.     t_q3gts:incl =   { a = "baseq3" b = "gothic_trim" }
  448.     t_q3gws:incl =   { a = "baseq3" b = "gothic_wall" }
  449.     t_q3hs:incl =    { a = "baseq3" b = "hell" }
  450.     t_q3ls:incl =    { a = "baseq3" b = "liquid" }
  451.     t_q3ms:incl =    { a = "baseq3" b = "models" }
  452.     t_q3os:incl =    { a = "baseq3" b = "organics" }
  453.     t_q3sfxs:incl =  { a = "baseq3" b = "sfx" }
  454.     t_q3ss:incl =    { a = "baseq3" b = "shrine" }
  455.     t_q3skins:incl = { a = "baseq3" b = "skin" }
  456.     t_q3skys:incl =  { a = "baseq3" b = "sky" }
  457.  
  458.     id Software Textures.qtxfolder =
  459.     {
  460.       Block.txlist =
  461.       {
  462.         gothic_block/block10d.wl                    = { t_q3=! }
  463.         gothic_block/blocks10.wl                    = { t_q3=! }
  464.         gothic_block/blocks11b.wl                   = { t_q3=! }
  465.         gothic_block/blocks11bbroke.wl              = { t_q3=! }
  466.         gothic_block/blocks11bbroke3.wl             = { t_q3=! }
  467.         gothic_block/blocks11d.wl                   = { t_q3=! }
  468.         gothic_block/blocks15.wl                    = { t_q3=! }
  469.         gothic_block/blocks15cgeomtrn.wl            = { t_q3=! }
  470.         gothic_block/blocks15_blue.wl               = { t_q3=! }
  471.         gothic_block/blocks15_c.wl                  = { t_q3=! }
  472.         gothic_block/blocks15_iron_r.wl             = { t_q3=! }
  473.         gothic_block/blocks15_relief1.wl            = { t_q3=! }
  474.         gothic_block/blocks15_relief2.wl            = { t_q3=! }
  475.         gothic_block/blocks17.wl                    = { t_q3=! }
  476.         gothic_block/blocks17bloody.wl              = { t_q3=! }
  477.         gothic_block/blocks17e.wl                   = { t_q3=! }
  478.         gothic_block/blocks17g.wl                   = { t_q3=! }
  479.         gothic_block/blocks17g_ow.wl                = { t_q3=! }
  480.         gothic_block/blocks17g_owx.wl               = { t_q3=! }
  481.         gothic_block/blocks17i.wl                   = { t_q3=! }
  482.         gothic_block/blocks17j.wl                   = { t_q3=! }
  483.         gothic_block/blocks17k.wl                   = { t_q3=! }
  484.         gothic_block/blocks17slime.wl               = { t_q3=! }
  485.         gothic_block/blocks17_ow.wl                 = { t_q3=! }
  486.         gothic_block/blocks18b.wl                   = { t_q3=! }
  487.         gothic_block/blocks18b_ow.wl                = { t_q3=! }
  488.         gothic_block/blocks18c.wl                   = { t_q3=! }
  489.         gothic_block/blocks18cblood.wl              = { t_q3=! }
  490.         gothic_block/blocks18cbloodhead.wl          = { t_q3=! }
  491.         gothic_block/blocks18cgeom.wl               = { t_q3=! }
  492.         gothic_block/blocks18cgeomtrn2.wl           = { t_q3=! }
  493.         gothic_block/blocks18cgeomtrnx.wl           = { t_q3=! }
  494.         gothic_block/blocks18c_1.wl                 = { t_q3=! }
  495.         gothic_block/blocks18c_1a.wl                = { t_q3=! }
  496.         gothic_block/blocks18c_3.wl                 = { t_q3=! }
  497.         gothic_block/blocks18d.wl                   = { t_q3=! }
  498.         gothic_block/blocks19.wl                    = { t_q3=! }
  499.         gothic_block/blocks20b.wl                   = { t_q3=! }
  500.         gothic_block/blocks9.wl                     = { t_q3=! }
  501.         gothic_block/dark_block.wl                  = { t_q3=! }
  502.         gothic_block/demon_block15fx.wl             = { t_q3=! }
  503.         gothic_block/evil2cglow.wl                  = { t_q3=! }
  504.         gothic_block/evil2ckillblockglow.wl         = { t_q3=! }
  505.         gothic_block/gkc10.wl                       = { t_q3=! }
  506.         gothic_block/gkc14.wl                       = { t_q3=! }
  507.         gothic_block/gkc14b.wl                      = { t_q3=! }
  508.         gothic_block/gkc14e.wl                      = { t_q3=! }
  509.         gothic_block/gkc15b.wl                      = { t_q3=! }
  510.         gothic_block/gkc15c.wl                      = { t_q3=! }
  511.         gothic_block/gkc15_big.wl                   = { t_q3=! }
  512.         gothic_block/gkc16b.wl                      = { t_q3=! }
  513.         gothic_block/gkc17d.wl                      = { t_q3=! }
  514.         gothic_block/gkc18b.wl                      = { t_q3=! }
  515.         gothic_block/gkc19a.wl                      = { t_q3=! }
  516.         gothic_block/gkc19b.wl                      = { t_q3=! }
  517.         gothic_block/gkc19_wide_right.wl            = { t_q3=! }
  518.         gothic_block/gkc20a.wl                      = { t_q3=! }
  519.         gothic_block/gkc20b.wl                      = { t_q3=! }
  520.         gothic_block/gkc20_wide_right.wl            = { t_q3=! }
  521.         gothic_block/gkc_large_right.wl             = { t_q3=! }
  522.         gothic_block/gkc_larg_left.wl               = { t_q3=! }
  523.         gothic_block/killblock.wl                   = { t_q3=! }
  524.         gothic_block/killblockgeomtrn.wl            = { t_q3=! }
  525.         gothic_block/killblock_i.wl                 = { t_q3=! }
  526.         gothic_block/killblock_i2.wl                = { t_q3=! }
  527.         gothic_block/killblock_i3.wl                = { t_q3=! }
  528.         gothic_block/killblock_i4.wl                = { t_q3=! }
  529.         gothic_block/killblock_i4glow.wl            = { t_q3=! }
  530.         gothic_block/killblock_iron_b.wl            = { t_q3=! }
  531.         gothic_block/killblock_j.wl                 = { t_q3=! }
  532.         gothic_block/killblock_j2.wl                = { t_q3=! }
  533.         gothic_block/killblock_k.wl                 = { t_q3=! }
  534.         gothic_block/killblock_relief1.wl           = { t_q3=! }
  535.         gothic_block/killtrim.wl                    = { t_q3=! }
  536.         gothic_block/largerblock3blood.wl           = { t_q3=! }
  537.         gothic_block/pulpywalla.wl                  = { t_q3=! }
  538.         gothic_block/smblk3b3dim_wall.wl            = { t_q3=! }
  539.         gothic_block/wetwall.wl                     = { t_q3=! }
  540.         gothic_block/wetwallfx.wl                   = { t_q3=! }
  541.         gothic_block/windowevil2c_block18c.wl       = { t_q3=! }
  542.         gothic_block/windowevil2c_killblock.wl      = { t_q3=! }
  543.         gothic_block/x1blocks.wl                    = { t_q3=! }
  544.         gothic_block/xblocks10.wl                   = { t_q3=! }
  545.         gothic_block/xcurve_q3dm6.wl                = { t_q3=! }
  546.         gothic_block/xGkc15ba.wl                    = { t_q3=! }
  547.         gothic_block/xgkc_lower.wl                  = { t_q3=! }
  548.       }
  549.       Button.txlist =
  550.       {
  551.         base_button/shootme_glow.wl                 = { t_q3=! }
  552.         gothic_button/timbutton.wl                  = { t_q3=! }
  553.         gothic_button/timbutton2.wl                 = { t_q3=! }
  554.         gothic_button/timbuttonside.wl              = { t_q3=! }
  555.       }
  556.       Catherdal.txlist =
  557.       {
  558.         gothic_cath/graycathflesh1L.wl              = { t_q3=! }
  559.         gothic_cath/graycathflesh1R.wl              = { t_q3=! }
  560.         gothic_cath/graycathflesh2L.wl              = { t_q3=! }
  561.         gothic_cath/graycathflesh2R.wl              = { t_q3=! }
  562.         gothic_cath/graycathflesh3L.wl              = { t_q3=! }
  563.         gothic_cath/graycathflesh3R.wl              = { t_q3=! }
  564.         gothic_cath/graycathflesh4L.wl              = { t_q3=! }
  565.         gothic_cath/graycathflesh4R.wl              = { t_q3=! }
  566.         gothic_cath/graycathflesh5L.wl              = { t_q3=! }
  567.         gothic_cath/graycathflesh5R.wl              = { t_q3=! }
  568.         gothic_cath/smalldoor_xiandm9a.wl           = { t_q3=! }
  569.         gothic_cath/smalldoor_xiandm9f.wl           = { t_q3=! }
  570.         gothic_cath/smalldoor_xiandm9i.wl           = { t_q3=! }
  571.         gothic_cath/xiandm9doorc.wl                 = { t_q3=! }
  572.         gothic_cath/xiandm9doore2.wl                = { t_q3=! }
  573.         gothic_cath/xiandm9doore2_invert.wl         = { t_q3=! }
  574.       }
  575.       Ceiling.txlist =
  576.       {
  577.         base_ceiling/metceil1d.wl                   = { t_q3=! }
  578.         gothic_ceiling/ceilingtech01_f.wl           = { t_q3=! }
  579.         gothic_ceiling/ceilingtech02_a.wl           = { t_q3=! }
  580.         gothic_ceiling/ceilingtech02_b.wl           = { t_q3=! }
  581.         gothic_ceiling/ceilingtech02_c2.wl          = { t_q3=! }
  582.         gothic_ceiling/ceilingtech02_d.wl           = { t_q3=! }
  583.         gothic_ceiling/ceilingtech03_afinal.wl      = { t_q3=! }
  584.         gothic_ceiling/ceilingtechplain.wl          = { t_q3=! }
  585.         gothic_ceiling/ceilingtech_big.wl           = { t_q3=! }
  586.         gothic_ceiling/stucco7top.wl                = { t_q3=! }
  587.         gothic_ceiling/woodceiling1a.wl             = { t_q3=! }
  588.         gothic_ceiling/woodceiling1b_dark.wl        = { t_q3=! }
  589.         gothic_ceiling/xstucco7top.wl               = { t_q3=! }
  590.       }
  591.       Common.txlist =
  592.       {
  593.         common\invisible.wl                         = { t_q3=! }
  594.         common\mirror1.wl                           = { t_q3=! }
  595.       }
  596.       CTF.txlist =
  597.       {
  598.         ctf/blue_telep.wl                           = { t_q3=! }
  599.         ctf/blue_telep2.wl                          = { t_q3=! }
  600.         ctf/ctf_arch_b.wl                           = { t_q3=! }
  601.         ctf/ctf_arch_r.wl                           = { t_q3=! }
  602.         ctf/ctf_blueflag.wl                         = { t_q3=! }
  603.         ctf/ctf_redflag.wl                          = { t_q3=! }
  604.         ctf/ctf_tower_bluefin.wl                    = { t_q3=! }
  605.         ctf/ctf_tower_bluefin_bottom.wl             = { t_q3=! }
  606.         ctf/ctf_tower_redfin.wl                     = { t_q3=! }
  607.         ctf/ctf_tower_redfin_bottom.wl              = { t_q3=! }
  608.         ctf/metalbase09_bluekillblock.wl            = { t_q3=! }
  609.         ctf/red_scary4_bfin.wl                      = { t_q3=! }
  610.         ctf/red_scary4_cfin.wl                      = { t_q3=! }
  611.         ctf/red_scary4_csansfacefin.wl              = { t_q3=! }
  612.         ctf/red_scary4_cshortfin.wl                 = { t_q3=! }
  613.         ctf/red_scary4_d3fin.wl                     = { t_q3=! }
  614.         ctf/red_scary4_dfin.wl                      = { t_q3=! }
  615.         ctf/red_telep.wl                            = { t_q3=! }
  616.         ctf/red_telep2.wl                           = { t_q3=! }
  617.         ctf/supportborder_blue.wl                   = { t_q3=! }
  618.         ctf/supportborder_blueskull.wl              = { t_q3=! }
  619.         ctf/supportborder_blue_b.wl                 = { t_q3=! }
  620.         ctf/supportborder_blue_c.wl                 = { t_q3=! }
  621.         ctf/tallblue_1L_fin.wl                      = { t_q3=! }
  622.         ctf/tallblue_1R_fin.wl                      = { t_q3=! }
  623.         ctf/tallblue_1_fin.wl                       = { t_q3=! }
  624.         ctf/tallblue_2bshort2_fin.wl                = { t_q3=! }
  625.         ctf/tallblue_2bshort_fin.wl                 = { t_q3=! }
  626.         ctf/tallblue_2b_fin.wl                      = { t_q3=! }
  627.         ctf/tallblue_2_fin.wl                       = { t_q3=! }
  628.         ctf/tallblue_4bsmall_fin.wl                 = { t_q3=! }
  629.         ctf/tallblue_4c_fin.wl                      = { t_q3=! }
  630.         ctf/tallblue_5esmallb_fin.wl                = { t_q3=! }
  631.         ctf/tallblue_5_bfin.wl                      = { t_q3=! }
  632.         ctf/telep.wl                                = { t_q3=! }
  633.         ctf/test2.wl                                = { t_q3=! }
  634.         ctf/test2_r.wl                              = { t_q3=! }
  635.         ctf/towerback.wl                            = { t_q3=! }
  636.       }
  637.       Door.txlist =
  638.       {
  639.         base_door/c_ggrate8_b.wl                    = { t_q3=! }
  640.         base_door/kcdm18door_bot.wl                 = { t_q3=! }
  641.         base_door/kcdm18door_top.wl                 = { t_q3=! }
  642.         base_door/kcdm18talldoormetal.wl            = { t_q3=! }
  643.         base_door/kcdm18talldoormetal_top.wl        = { t_q3=! }
  644.         base_door/kcdm18talldoorpatch10bottom.wl    = { t_q3=! }
  645.         base_door/kcdm18talldoorpatch10top.wl       = { t_q3=! }
  646.         base_door/quake3sign.wl                     = { t_q3=! }
  647.         base_door/quake3sign_outside.wl             = { t_q3=! }
  648.         base_door/shinymetaldoor.wl                 = { t_q3=! }
  649.         base_door/shinymetaldoor_outside.wl         = { t_q3=! }
  650.         base_door/shinymetaldoor_outside3a2.wl      = { t_q3=! }
  651.         base_door/shinymetaldoor_outside3glow.wl    = { t_q3=! }
  652.         base_door/xdm2_archsupport_sidea_fin.wl     = { t_q3=! }
  653.         base_door/xdm2_left_e4fin.wl                = { t_q3=! }
  654.         base_door/xdm2_left_e7fin.wl                = { t_q3=! }
  655.         base_door/xdm2_right_e7fin.wl               = { t_q3=! }
  656.         gothic_door/archpart1.wl                    = { t_q3=! }
  657.         gothic_door/archpart10.wl                   = { t_q3=! }
  658.         gothic_door/archpart2.wl                    = { t_q3=! }
  659.         gothic_door/archpart6.wl                    = { t_q3=! }
  660.         gothic_door/archpart7.wl                    = { t_q3=! }
  661.         gothic_door/archpart8.wl                    = { t_q3=! }
  662.         gothic_door/archpart9.wl                    = { t_q3=! }
  663.         gothic_door/archxiandm1b.wl                 = { t_q3=! }
  664.         gothic_door/archxiandm1dblack.wl            = { t_q3=! }
  665.         gothic_door/arch_tall2a.wl                  = { t_q3=! }
  666.         gothic_door/arch_tall2b.wl                  = { t_q3=! }
  667.         gothic_door/door02_bred2.wl                 = { t_q3=! }
  668.         gothic_door/door02_eblue2.wl                = { t_q3=! }
  669.         gothic_door/door02_i_ornate5_fin.wl         = { t_q3=! }
  670.         gothic_door/door02_j.wl                     = { t_q3=! }
  671.         gothic_door/door02_j4.wl                    = { t_q3=! }
  672.         gothic_door/door02_k2b.wl                   = { t_q3=! }
  673.         gothic_door/km_arena1archfinalc.wl          = { t_q3=! }
  674.         gothic_door/km_arena1archfinalc_bot.wl      = { t_q3=! }
  675.         gothic_door/km_arena1archfinalc_mid.wl      = { t_q3=! }
  676.         gothic_door/km_arena1archfinalc_top.wl      = { t_q3=! }
  677.         gothic_door/km_arena1archfinald_bot.wl      = { t_q3=! }
  678.         gothic_door/km_arena1archfinald_mid.wl      = { t_q3=! }
  679.         gothic_door/km_arena1archfinald_top.wl      = { t_q3=! }
  680.         gothic_door/km_arena1archsmallfinala.wl     = { t_q3=! }
  681.         gothic_door/km_arena1columna2L.wl           = { t_q3=! }
  682.         gothic_door/km_arena1columna2R.wl           = { t_q3=! }
  683.         gothic_door/metal_door_a.wl                 = { t_q3=! }
  684.         gothic_door/metal_door_b.wl                 = { t_q3=! }
  685.         gothic_door/metal_door_c.wl                 = { t_q3=! }
  686.         gothic_door/metal_door_d.wl                 = { t_q3=! }
  687.         gothic_door/skullarch_a.wl                  = { t_q3=! }
  688.         gothic_door/skullarch_b.wl                  = { t_q3=! }
  689.         gothic_door/skullarch_c.wl                  = { t_q3=! }
  690.         gothic_door/skull_door_a.wl                 = { t_q3=! }
  691.         gothic_door/skull_door_b.wl                 = { t_q3=! }
  692.         gothic_door/skull_door_c.wl                 = { t_q3=! }
  693.         gothic_door/skull_door_d.wl                 = { t_q3=! }
  694.         gothic_door/skull_door_e.wl                 = { t_q3=! }
  695.         gothic_door/skull_door_f.wl                 = { t_q3=! }
  696.         gothic_door/smalldoor_xiandm3a.wl           = { t_q3=! }
  697.         gothic_door/tim_dmarch01.wl                 = { t_q3=! }
  698.         gothic_door/tim_dmarch02.wl                 = { t_q3=! }
  699.         gothic_door/tim_dmarch03.wl                 = { t_q3=! }
  700.         gothic_door/xiandm3talldoor.wl              = { t_q3=! }
  701.         gothic_door/xiandm3talldoorinside.wl        = { t_q3=! }
  702.         gothic_door/xiandm3talldoorleft.wl          = { t_q3=! }
  703.         gothic_door/xiandm3talldoorright.wl         = { t_q3=! }
  704.         gothic_door/xian_dm3arch.wl                 = { t_q3=! }
  705.         gothic_door/xian_tourneyarch_bottom2.wl     = { t_q3=! }
  706.         gothic_door/xian_tourneyarch_inside2.wl     = { t_q3=! }
  707.         gothic_door/xian_tourneyarch_med1b.wl       = { t_q3=! }
  708.         gothic_door/xian_tourneyarch_tall1c.wl      = { t_q3=! }
  709.         gothic_door/xian_tourneyarch_tall2b.wl      = { t_q3=! }
  710.       }
  711.       Effects.txlist =
  712.       {
  713.         effects/blueflagmap.wl                      = { t_q3=! }
  714.         effects/envmap.wl                           = { t_q3=! }
  715.         effects/envmap2.wl                          = { t_q3=! }
  716.         effects/envmapbfg.wl                        = { t_q3=! }
  717.         effects/envmapblue.wl                       = { t_q3=! }
  718.         effects/envmapblue2.wl                      = { t_q3=! }
  719.         effects/envmapdim.wl                        = { t_q3=! }
  720.         effects/envmapdimb.wl                       = { t_q3=! }
  721.         effects/envmapgold.wl                       = { t_q3=! }
  722.         effects/envmapgold2.wl                      = { t_q3=! }
  723.         effects/envmapligh.wl                       = { t_q3=! }
  724.         effects/envmapmach.wl                       = { t_q3=! }
  725.         effects/envmapplas.wl                       = { t_q3=! }
  726.         effects/envmappurp.wl                       = { t_q3=! }
  727.         effects/envmaprail.wl                       = { t_q3=! }
  728.         effects/envmapred.wl                        = { t_q3=! }
  729.         effects/envmaproc.wl                        = { t_q3=! }
  730.         effects/envmapyel.wl                        = { t_q3=! }
  731.         effects/invismap.wl                         = { t_q3=! }
  732.         effects/quadmap2.wl                         = { t_q3=! }
  733.         effects/redflagmap.wl                       = { t_q3=! }
  734.         effects/regenmap2.wl                        = { t_q3=! }
  735.         effects/tinfx.wl                            = { t_q3=! }
  736.         effects/tinfx2.wl                           = { t_q3=! }
  737.         effects/tinfx2b.wl                          = { t_q3=! }
  738.         effects/tinfx2c.wl                          = { t_q3=! }
  739.         effects/tinfx2d.wl                          = { t_q3=! }
  740.         effects/tinfx3.wl                           = { t_q3=! }
  741.         effects/tinfxb.wl                           = { t_q3=! }
  742.       }
  743.       Floor.txlist =
  744.       {
  745.         base_floor/achtung_clang.wl                 = { t_q3=! }
  746.         base_floor/clangdark.wl                     = { t_q3=! }
  747.         base_floor/clangdark_ow.wl                  = { t_q3=! }
  748.         base_floor/clangdark_ow2.wl                 = { t_q3=! }
  749.         base_floor/clanggrate.wl                    = { t_q3=! }
  750.         base_floor/clanggrate2.wl                   = { t_q3=! }
  751.         base_floor/clangspot2.wl                    = { t_q3=! }
  752.         base_floor/clang_floor.wl                   = { t_q3=! }
  753.         base_floor/clang_floor2.wl                  = { t_q3=! }
  754.         base_floor/clang_floor3b.wl                 = { t_q3=! }
  755.         base_floor/clang_floor3blava.wl             = { t_q3=! }
  756.         base_floor/clang_floor3bstairtop.wl         = { t_q3=! }
  757.         base_floor/clang_floor3bstairtop2.wl        = { t_q3=! }
  758.         base_floor/clang_floor_ow2.wl               = { t_q3=! }
  759.         base_floor/concrete.wl                      = { t_q3=! }
  760.         base_floor/concretefloor1.wl                = { t_q3=! }
  761.         base_floor/cybergrate2.wl                   = { t_q3=! }
  762.         base_floor/cybergrate3.wl                   = { t_q3=! }
  763.         base_floor/diamond2.wl                      = { t_q3=! }
  764.         base_floor/diamond2c.wl                     = { t_q3=! }
  765.         base_floor/diamond2cspot.wl                 = { t_q3=! }
  766.         base_floor/diamond2c_ow.wl                  = { t_q3=! }
  767.         base_floor/dirt.wl                          = { t_q3=! }
  768.         base_floor/floor3_3dark.wl                  = { t_q3=! }
  769.         base_floor/floor3_3dark_ow.wl               = { t_q3=! }
  770.         base_floor/hfloor3.wl                       = { t_q3=! }
  771.         base_floor/manhole.wl                       = { t_q3=! }
  772.         base_floor/metalbridge04d.wl                = { t_q3=! }
  773.         base_floor/metalbridge04dbroke.wl           = { t_q3=! }
  774.         base_floor/metalbridge04dbroke2.wl          = { t_q3=! }
  775.         base_floor/metalbridge06.wl                 = { t_q3=! }
  776.         base_floor/metaltechfloor01final.wl         = { t_q3=! }
  777.         base_floor/metfloor1.wl                     = { t_q3=! }
  778.         base_floor/pjgrate1.wl                      = { t_q3=! }
  779.         base_floor/pjgrate2.wl                      = { t_q3=! }
  780.         base_floor/proto_grate.wl                   = { t_q3=! }
  781.         base_floor/proto_grate3.wl                  = { t_q3=! }
  782.         base_floor/proto_grate4.wl                  = { t_q3=! }
  783.         base_floor/proto_grill.wl                   = { t_q3=! }
  784.         base_floor/proto_rustygrate.wl              = { t_q3=! }
  785.         base_floor/proto_rustygrate2.wl             = { t_q3=! }
  786.         base_floor/rusty_pentagrate.wl              = { t_q3=! }
  787.         base_floor/skylight1.wl                     = { t_q3=! }
  788.         base_floor/skylight1_lm.wl                  = { t_q3=! }
  789.         base_floor/skylight_spec.wl                 = { t_q3=! }
  790.         base_floor/smallstone.wl                    = { t_q3=! }
  791.         base_floor/techfloor.wl                     = { t_q3=! }
  792.         base_floor/techfloor2.wl                    = { t_q3=! }
  793.         base_floor/tilefloor7.wl                    = { t_q3=! }
  794.         base_floor/tilefloor7_ow.wl                 = { t_q3=! }
  795.         base_floor/tilefloor7_owfx.wl               = { t_q3=! }
  796.         gothic_floor/blocks17floor.wl               = { t_q3=! }
  797.         gothic_floor/blocks17floor2.wl              = { t_q3=! }
  798.         gothic_floor/blocks17floor3.wl              = { t_q3=! }
  799.         gothic_floor/center2trn.wl                  = { t_q3=! }
  800.         gothic_floor/goopq1metal7_98d.wl            = { t_q3=! }
  801.         gothic_floor/goopq1metal7_98e.wl            = { t_q3=! }
  802.         gothic_floor/largeblock3b3broke.wl          = { t_q3=! }
  803.         gothic_floor/largeblockfloor3.wl            = { t_q3=! }
  804.         gothic_floor/largeblockfloor4.wl            = { t_q3=! }
  805.         gothic_floor/largeblockfloor4broke.wl       = { t_q3=! }
  806.         gothic_floor/largerblock3b.wl               = { t_q3=! }
  807.         gothic_floor/largerblock3b2.wl              = { t_q3=! }
  808.         gothic_floor/largerblock3b3.wl              = { t_q3=! }
  809.         gothic_floor/largerblock3b3dim.wl           = { t_q3=! }
  810.         gothic_floor/largerblock3b3x128.wl          = { t_q3=! }
  811.         gothic_floor/largerblock3b4.wl              = { t_q3=! }
  812.         gothic_floor/largerblock3b_ow.wl            = { t_q3=! }
  813.         gothic_floor/metalbridge02.wl               = { t_q3=! }
  814.         gothic_floor/metalbridge02b.wl              = { t_q3=! }
  815.         gothic_floor/metalbridge06.wl               = { t_q3=! }
  816.         gothic_floor/metalbridge06b.wl              = { t_q3=! }
  817.         gothic_floor/metalbridge06bbroke.wl         = { t_q3=! }
  818.         gothic_floor/metalbridge06broke.wl          = { t_q3=! }
  819.         gothic_floor/metalbridge06brokeb.wl         = { t_q3=! }
  820.         gothic_floor/metalbridge06b_blood.wl        = { t_q3=! }
  821.         gothic_floor/metalbridge06_pent.wl          = { t_q3=! }
  822.         gothic_floor/pent_glow.wl                   = { t_q3=! }
  823.         gothic_floor/pent_metalbridge02.wl          = { t_q3=! }
  824.         gothic_floor/pent_metalbridge06.wl          = { t_q3=! }
  825.         gothic_floor/pj_e3_center2.wl               = { t_q3=! }
  826.         gothic_floor/pj_e3_center2_b.wl             = { t_q3=! }
  827.         gothic_floor/pj_e3_center2_r.wl             = { t_q3=! }
  828.         gothic_floor/q1metal7_97.wl                 = { t_q3=! }
  829.         gothic_floor/q1metal7_98d_256x256.wl        = { t_q3=! }
  830.         gothic_floor/q1metal7_99.wl                 = { t_q3=! }
  831.         gothic_floor/q1metal7_99spot.wl             = { t_q3=! }
  832.         gothic_floor/q1metal7_99stair.wl            = { t_q3=! }
  833.         gothic_floor/q1metal7_99stair2.wl           = { t_q3=! }
  834.         gothic_floor/q1metal7_99stair3.wl           = { t_q3=! }
  835.         gothic_floor/q1metal7_99_broke.wl           = { t_q3=! }
  836.         gothic_floor/xq1metalbig.wl                 = { t_q3=! }
  837.         gothic_floor/xq1metalbig_ow.wl              = { t_q3=! }
  838.         gothic_floor/xstairtop4.wl                  = { t_q3=! }
  839.         gothic_floor/xstairtop4bbrn.wl              = { t_q3=! }
  840.         gothic_floor/xstairtop5.wl                  = { t_q3=! }
  841.         gothic_floor/xstairtop6.wl                  = { t_q3=! }
  842.         gothic_floor/xstairtop7.wl                  = { t_q3=! }
  843.         gothic_floor/xstairtop8.wl                  = { t_q3=! }
  844.         gothic_floor/xstepborder10.wl               = { t_q3=! }
  845.         gothic_floor/xstepborder12.wl               = { t_q3=! }
  846.         gothic_floor/xstepborder13.wl               = { t_q3=! }
  847.         gothic_floor/xstepborder3.wl                = { t_q3=! }
  848.         gothic_floor/xstepborder3brn.wl             = { t_q3=! }
  849.         gothic_floor/xstepborder3_alpha.wl          = { t_q3=! }
  850.         gothic_floor/xstepborder5.wl                = { t_q3=! }
  851.         gothic_floor/xstepborder7.wl                = { t_q3=! }
  852.         gothic_floor/xstepborder8.wl                = { t_q3=! }
  853.         gothic_floor/xstepborder9.wl                = { t_q3=! }
  854.       }
  855.       Light.txlist =
  856.       {
  857.         base_light/baslt4_1.blend.wl                = { t_q3=! }
  858.         base_light/baslt4_1.wl                      = { t_q3=! }
  859.         base_light/border11light.blend.wl           = { t_q3=! }
  860.         base_light/border11light.wl                 = { t_q3=! }
  861.         base_light/border7_ceil50.wl                = { t_q3=! }
  862.         base_light/border7_ceil50glow.wl            = { t_q3=! }
  863.         base_light/ceil1_22a.blend.wl               = { t_q3=! }
  864.         base_light/ceil1_22a.wl                     = { t_q3=! }
  865.         base_light/ceil1_30.blend.wl                = { t_q3=! }
  866.         base_light/ceil1_30.wl                      = { t_q3=! }
  867.         base_light/ceil1_34.blend.wl                = { t_q3=! }
  868.         base_light/ceil1_34.wl                      = { t_q3=! }
  869.         base_light/ceil1_37.blend.wl                = { t_q3=! }
  870.         base_light/ceil1_37.wl                      = { t_q3=! }
  871.         base_light/ceil1_38.blend.wl                = { t_q3=! }
  872.         base_light/ceil1_38.wl                      = { t_q3=! }
  873.         base_light/ceil1_39.blend.wl                = { t_q3=! }
  874.         base_light/ceil1_39.wl                      = { t_q3=! }
  875.         base_light/ceil1_4.blend.wl                 = { t_q3=! }
  876.         base_light/ceil1_4.wl                       = { t_q3=! }
  877.         base_light/cornerlight.glow.wl              = { t_q3=! }
  878.         base_light/cornerlight.wl                   = { t_q3=! }
  879.         base_light/geolight.wl                      = { t_q3=! }
  880.         base_light/geolight_glow.wl                 = { t_q3=! }
  881.         base_light/jaildr03_1.wl                    = { t_q3=! }
  882.         base_light/jaildr03_2.blend.wl              = { t_q3=! }
  883.         base_light/jaildr03_2.wl                    = { t_q3=! }
  884.         base_light/jaildr1_3.blend.wl               = { t_q3=! }
  885.         base_light/jaildr1_3.wl                     = { t_q3=! }
  886.         base_light/light1.blend.wl                  = { t_q3=! }
  887.         base_light/light1.wl                        = { t_q3=! }
  888.         base_light/light1blue.blend.wl              = { t_q3=! }
  889.         base_light/light1blue.wl                    = { t_q3=! }
  890.         base_light/light1red.blend.wl               = { t_q3=! }
  891.         base_light/light1red.wl                     = { t_q3=! }
  892.         base_light/light2.blend.wl                  = { t_q3=! }
  893.         base_light/light2.wl                        = { t_q3=! }
  894.         base_light/light5.wl                        = { t_q3=! }
  895.         base_light/patch10_pj_lite.blend.wl         = { t_q3=! }
  896.         base_light/patch10_pj_lite.wl               = { t_q3=! }
  897.         base_light/patch10_pj_lite2.blend.wl        = { t_q3=! }
  898.         base_light/patch10_pj_lite2.wl              = { t_q3=! }
  899.         base_light/proto_light.wl                   = { t_q3=! }
  900.         base_light/proto_light2.wl                  = { t_q3=! }
  901.         base_light/proto_lightmap.wl                = { t_q3=! }
  902.         base_light/proto_lightred.wl                = { t_q3=! }
  903.         base_light/runway.wl                        = { t_q3=! }
  904.         base_light/runwayb.wl                       = { t_q3=! }
  905.         base_light/runway_glow.wl                   = { t_q3=! }
  906.         base_light/scrolllight.wl                   = { t_q3=! }
  907.         base_light/scrolllight2.wl                  = { t_q3=! }
  908.         base_light/trianglelight.blend.wl           = { t_q3=! }
  909.         base_light/trianglelight.wl                 = { t_q3=! }
  910.         base_light/wsupprt1_12.blend.wl             = { t_q3=! }
  911.         base_light/wsupprt1_12.wl                   = { t_q3=! }
  912.         base_light/xlight5.blend.wl                 = { t_q3=! }
  913.         base_light/xlight5.wl                       = { t_q3=! }
  914.         gothic_light/border7_ceil39.wl              = { t_q3=! }
  915.         gothic_light/border7_ceil39b.blend.wl       = { t_q3=! }
  916.         gothic_light/border7_ceil39b.wl             = { t_q3=! }
  917.         gothic_light/border_ceil39.blend.wl         = { t_q3=! }
  918.         gothic_light/gothic_light2.wl               = { t_q3=! }
  919.         gothic_light/gothic_light2_blend.wl         = { t_q3=! }
  920.         gothic_light/gothic_light2_lrg.wl           = { t_q3=! }
  921.         gothic_light/gothic_light3.wl               = { t_q3=! }
  922.         gothic_light/ironcrosslt2.blend.wl          = { t_q3=! }
  923.         gothic_light/ironcrosslt2.wl                = { t_q3=! }
  924.         gothic_light/ironcrossltbkgrd.wl            = { t_q3=! }
  925.         gothic_light/pentagram_light1.wl            = { t_q3=! }
  926.         gothic_light/pentagram_light1_blend.wl      = { t_q3=! }
  927.         gothic_light/skulllight01.wl                = { t_q3=! }
  928.       }
  929.       Liquids.txlist =
  930.       {
  931.         liquids/bubbles.wl                          = { t_q3=! }
  932.         liquids/kc_fogcloud3.wl                     = { t_q3=! }
  933.         liquids/lavafloor.wl                        = { t_q3=! }
  934.         liquids/lavahell.wl                         = { t_q3=! }
  935.         liquids/pool2.wl                            = { t_q3=! }
  936.         liquids/pool3d_3.wl                         = { t_q3=! }
  937.         liquids/pool3d_3c2.wl                       = { t_q3=! }
  938.         liquids/pool3d_3e.wl                        = { t_q3=! }
  939.         liquids/pool3d_4b2.wl                       = { t_q3=! }
  940.         liquids/pool3d_5.wl                         = { t_q3=! }
  941.         liquids/pool3d_5c2.wl                       = { t_q3=! }
  942.         liquids/pool3d_5e.wl                        = { t_q3=! }
  943.         liquids/pool3d_6.wl                         = { t_q3=! }
  944.         liquids/pool3d_6c2.wl                       = { t_q3=! }
  945.         liquids/protolava.wl                        = { t_q3=! }
  946.         liquids/protolava2.wl                       = { t_q3=! }
  947.         liquids/proto_gruel2.wl                     = { t_q3=! }
  948.         liquids/proto_gruel3.wl                     = { t_q3=! }
  949.         liquids/proto_grueldark.wl                  = { t_q3=! }
  950.         liquids/proto_grueldark2.wl                 = { t_q3=! }
  951.         liquids/proto_poolpass.wl                   = { t_q3=! }
  952.         liquids/slime7.wl                           = { t_q3=! }
  953.         liquids/slime7c.wl                          = { t_q3=! }
  954.       }
  955.       Object.txlist =
  956.       {
  957.         base_object/boxQ3_3.wl                      = { t_q3=! }
  958.         base_object/boxQ3_3b.wl                     = { t_q3=! }
  959.         base_object/boxq3_4.wl                      = { t_q3=! }
  960.         base_object/boxQ3_4b.wl                     = { t_q3=! }
  961.       }
  962.       Organics.txlist =
  963.       {
  964.         organics/awall4j.wl                         = { t_q3=! }
  965.         organics/dirt.wl                            = { t_q3=! }
  966.         organics/dirt2.wl                           = { t_q3=! }
  967.         organics/grass3.wl                          = { t_q3=! }
  968.         organics/pjrock7d.wl                        = { t_q3=! }
  969.         organics/trainpart12C.wl                    = { t_q3=! }
  970.         organics/wire02a_f.wl                       = { t_q3=! }
  971.       }
  972.       Proto.txlist =
  973.       {
  974.         proto/dirty.wl                              = { t_q3=! }
  975.         proto/meaty_skull.wl                        = { t_q3=! }
  976.         proto/rottblock.wl                          = { t_q3=! }
  977.         proto/rustytotum.wl                         = { t_q3=! }
  978.       }
  979.       SFX.txlist =
  980.       {
  981.         sfx/beam.wl                                 = { t_q3=! }
  982.         sfx/beam_1.wl                               = { t_q3=! }
  983.         sfx/beam_blue4.wl                           = { t_q3=! }
  984.         sfx/beam_red.wl                             = { t_q3=! }
  985.         sfx/beam_waterlight.wl                      = { t_q3=! }
  986.         sfx/blackness.wl                            = { t_q3=! }
  987.         sfx/blocks17final_pent.wl                   = { t_q3=! }
  988.         sfx/blocks17g_jumpad.wl                     = { t_q3=! }
  989.         sfx/blocks18ccomputer.wl                    = { t_q3=! }
  990.         sfx/bolts.wl                                = { t_q3=! }
  991.         sfx/bouncepad01block18b.wl                  = { t_q3=! }
  992.         sfx/bouncepad01b_layer1.wl                  = { t_q3=! }
  993.         sfx/bouncepad01_block17.wl                  = { t_q3=! }
  994.         sfx/bouncepad01_diamond2cTGA.wl             = { t_q3=! }
  995.         sfx/bouncepad01_xarch.wl                    = { t_q3=! }
  996.         sfx/bouncepad1q1metal7_99.wl                = { t_q3=! }
  997.         sfx/bounce_concrete.wl                      = { t_q3=! }
  998.         sfx/bounce_dirt.wl                          = { t_q3=! }
  999.         sfx/bounce_largeblock3.wl                   = { t_q3=! }
  1000.         sfx/bounce_largeblock3b.wl                  = { t_q3=! }
  1001.         sfx/bounce_xq1metalbig.wl                   = { t_q3=! }
  1002.         sfx/bullseye.wl                             = { t_q3=! }
  1003.         sfx/b_flame1.wl                             = { t_q3=! }
  1004.         sfx/b_flame2.wl                             = { t_q3=! }
  1005.         sfx/b_flame3.wl                             = { t_q3=! }
  1006.         sfx/b_flame4.wl                             = { t_q3=! }
  1007.         sfx/b_flame5.wl                             = { t_q3=! }
  1008.         sfx/b_flame6.wl                             = { t_q3=! }
  1009.         sfx/b_flame7.wl                             = { t_q3=! }
  1010.         sfx/b_flame8.wl                             = { t_q3=! }
  1011.         sfx/b_flameball.wl                          = { t_q3=! }
  1012.         sfx/cabletest2.wl                           = { t_q3=! }
  1013.         sfx/clangdark_bounce.wl                     = { t_q3=! }
  1014.         sfx/compscreen\letters1.wl                  = { t_q3=! }
  1015.         sfx/compscreen\letters2.wl                  = { t_q3=! }
  1016.         sfx/compscreen\letters3.wl                  = { t_q3=! }
  1017.         sfx/compscreen\letters4.wl                  = { t_q3=! }
  1018.         sfx/compscreen\letters5.wl                  = { t_q3=! }
  1019.         sfx/computerblocks15.wl                     = { t_q3=! }
  1020.         sfx/computerpurptileb.wl                    = { t_q3=! }
  1021.         sfx/computer_blocks17.wl                    = { t_q3=! }
  1022.         sfx/console01.wl                            = { t_q3=! }
  1023.         sfx/console02.wl                            = { t_q3=! }
  1024.         sfx/console03.wl                            = { t_q3=! }
  1025.         sfx/demonltblackfinal.wl                    = { t_q3=! }
  1026.         sfx/demonltblackfinal_glow2.wl              = { t_q3=! }
  1027.         sfx/detail.wl                               = { t_q3=! }
  1028.         sfx/dust_puppy2.wl                          = { t_q3=! }
  1029.         sfx/electric2.blend.wl                      = { t_q3=! }
  1030.         sfx/electricgrade3.wl                       = { t_q3=! }
  1031.         sfx/electricslime.wl                        = { t_q3=! }
  1032.         sfx/electricslime2.wl                       = { t_q3=! }
  1033.         sfx/electricslime_old.wl                    = { t_q3=! }
  1034.         sfx/fan.wl                                  = { t_q3=! }
  1035.         sfx/fan3.wl                                 = { t_q3=! }
  1036.         sfx/fan3bladeb.wl                           = { t_q3=! }
  1037.         sfx/fanfx.wl                                = { t_q3=! }
  1038.         sfx/fan_grate.wl                            = { t_q3=! }
  1039.         sfx/firegorre.wl                            = { t_q3=! }
  1040.         sfx/firegorre2.wl                           = { t_q3=! }
  1041.         sfx/fireswirl2.wl                           = { t_q3=! }
  1042.         sfx/fireswirl2blue.wl                       = { t_q3=! }
  1043.         sfx/firewalla.wl                            = { t_q3=! }
  1044.         sfx/fire_ctfblue.wl                         = { t_q3=! }
  1045.         sfx/fire_ctfred.wl                          = { t_q3=! }
  1046.         sfx/fishy.wl                                = { t_q3=! }
  1047.         sfx/flame1.wl                               = { t_q3=! }
  1048.         sfx/flame2.wl                               = { t_q3=! }
  1049.         sfx/flame3.wl                               = { t_q3=! }
  1050.         sfx/flame4.wl                               = { t_q3=! }
  1051.         sfx/flame5.wl                               = { t_q3=! }
  1052.         sfx/flame6.wl                               = { t_q3=! }
  1053.         sfx/flame7.wl                               = { t_q3=! }
  1054.         sfx/flame8.wl                               = { t_q3=! }
  1055.         sfx/flameball.wl                            = { t_q3=! }
  1056.         sfx/g_flame1.wl                             = { t_q3=! }
  1057.         sfx/g_flame2.wl                             = { t_q3=! }
  1058.         sfx/g_flame3.wl                             = { t_q3=! }
  1059.         sfx/g_flame4.wl                             = { t_q3=! }
  1060.         sfx/g_flame5.wl                             = { t_q3=! }
  1061.         sfx/g_flame6.wl                             = { t_q3=! }
  1062.         sfx/g_flame7.wl                             = { t_q3=! }
  1063.         sfx/g_flame8.wl                             = { t_q3=! }
  1064.         sfx/g_flameball.wl                          = { t_q3=! }
  1065.         sfx/healthfloor.wl                          = { t_q3=! }
  1066.         sfx/hologirl.wl                             = { t_q3=! }
  1067.         sfx/hologirl2.wl                            = { t_q3=! }
  1068.         sfx/jacobs_x.wl                             = { t_q3=! }
  1069.         sfx/jumppadsmall.wl                         = { t_q3=! }
  1070.         sfx/kenelectric.wl                          = { t_q3=! }
  1071.         sfx/largerblock3b3x128_pent.wl              = { t_q3=! }
  1072.         sfx/largerblock3b3_pent.wl                  = { t_q3=! }
  1073.         sfx/launchpad_arrow.wl                      = { t_q3=! }
  1074.         sfx/launchpad_arrow2.wl                     = { t_q3=! }
  1075.         sfx/launchpad_blocks17.wl                   = { t_q3=! }
  1076.         sfx/launchpad_blocks18d.wl                  = { t_q3=! }
  1077.         sfx/launchpad_diamond.wl                    = { t_q3=! }
  1078.         sfx/launchpad_dot.wl                        = { t_q3=! }
  1079.         sfx/launchpad_metalbridge04d.wl             = { t_q3=! }
  1080.         sfx/lavabeam.wl                             = { t_q3=! }
  1081.         sfx/logo512.wl                              = { t_q3=! }
  1082.         sfx/metalbridge06_bounce.wl                 = { t_q3=! }
  1083.         sfx/metalfloor_wall_14b.wl                  = { t_q3=! }
  1084.         sfx/metalfloor_wall_14bglow2.wl             = { t_q3=! }
  1085.         sfx/metalfloor_wall_5bglowblu.wl            = { t_q3=! }
  1086.         sfx/metalfloor_wall_7b.wl                   = { t_q3=! }
  1087.         sfx/metalfloor_wall_9b.wl                   = { t_q3=! }
  1088.         sfx/metalfloor_wall_9bglow.wl               = { t_q3=! }
  1089.         sfx/metaltech12final_bounce.wl              = { t_q3=! }
  1090.         sfx/metaltechfloor02final_pent2.wl          = { t_q3=! }
  1091.         sfx/mirror.wl                               = { t_q3=! }
  1092.         sfx/mirrorkc.wl                             = { t_q3=! }
  1093.         sfx/omm.wl                                  = { t_q3=! }
  1094.         sfx/pentagramfloor_blue3glowtest.wl         = { t_q3=! }
  1095.         sfx/pentagramfloor_red_glow.wl              = { t_q3=! }
  1096.         sfx/pentdirt2_@256.wl                       = { t_q3=! }
  1097.         sfx/pentfloorq1metal7_99.wl                 = { t_q3=! }
  1098.         sfx/pentfloor_diamond2c.wl                  = { t_q3=! }
  1099.         sfx/portalfog.wl                            = { t_q3=! }
  1100.         sfx/portal_sfx.wl                           = { t_q3=! }
  1101.         sfx/portal_sfx1.wl                          = { t_q3=! }
  1102.         sfx/portal_sfx3.wl                          = { t_q3=! }
  1103.         sfx/portal_sfx_ring.wl                      = { t_q3=! }
  1104.         sfx/portal_sfx_ring_blue1.wl                = { t_q3=! }
  1105.         sfx/portal_sfx_ring_electric.wl             = { t_q3=! }
  1106.         sfx/proto_zzzt.wl                           = { t_q3=! }
  1107.         sfx/proto_zzztblu.wl                        = { t_q3=! }
  1108.         sfx/proto_zzztblu2.wl                       = { t_q3=! }
  1109.         sfx/proto_zzztblu3.wl                       = { t_q3=! }
  1110.         sfx/proto_zzztpink.wl                       = { t_q3=! }
  1111.         sfx/r_flame1.wl                             = { t_q3=! }
  1112.         sfx/r_flame2.wl                             = { t_q3=! }
  1113.         sfx/r_flame3.wl                             = { t_q3=! }
  1114.         sfx/r_flame4.wl                             = { t_q3=! }
  1115.         sfx/r_flame5.wl                             = { t_q3=! }
  1116.         sfx/r_flame6.wl                             = { t_q3=! }
  1117.         sfx/r_flame7.wl                             = { t_q3=! }
  1118.         sfx/r_flame8.wl                             = { t_q3=! }
  1119.         sfx/r_flameball.wl                          = { t_q3=! }
  1120.         sfx/shadow.wl                               = { t_q3=! }
  1121.         sfx/smallerblock3b3dim_pent.wl              = { t_q3=! }
  1122.         sfx/snow.wl                                 = { t_q3=! }
  1123.         sfx/spawn_floor.wl                          = { t_q3=! }
  1124.         sfx/spawn_floord2c.wl                       = { t_q3=! }
  1125.         sfx/specular.wl                             = { t_q3=! }
  1126.         sfx/specular5.wl                            = { t_q3=! }
  1127.         sfx/surface6jumppad.blend.wl                = { t_q3=! }
  1128.         sfx/tesla1.wl                               = { t_q3=! }
  1129.         sfx/tesla1b.wl                              = { t_q3=! }
  1130.         sfx/xian_dm3padwall.wl                      = { t_q3=! }
  1131.         sfx/xian_dm3padwallglow.wl                  = { t_q3=! }
  1132.         sfx/x_conduit.wl                            = { t_q3=! }
  1133.         sfx/x_conduit2.wl                           = { t_q3=! }
  1134.         sfx/x_conduit3.wl                           = { t_q3=! }
  1135.         sfx/zap_scroll.wl                           = { t_q3=! }
  1136.         sfx/zap_scroll2.wl                          = { t_q3=! }
  1137.       }
  1138.       Skies.txlist =
  1139.       {
  1140.         skies/bluedimclouds.wl                      = { t_q3=! }
  1141.         skies/dimclouds.wl                          = { t_q3=! }
  1142.         skies/inteldimclouds.wl                     = { t_q3=! }
  1143.         skies/intelredclouds.wl                     = { t_q3=! }
  1144.         skies/killsky_1.wl                          = { t_q3=! }
  1145.         skies/killsky_2.wl                          = { t_q3=! }
  1146.         skies/pjbasesky.wl                          = { t_q3=! }
  1147.         skies/topclouds.wl                          = { t_q3=! }
  1148.       }
  1149.       Skin.txlist =
  1150.       {
  1151.         skin/chapthroat.wl                          = { t_q3=! }
  1152.         skin/chapthroat2.wl                         = { t_q3=! }
  1153.         skin/chapthroatooz.wl                       = { t_q3=! }
  1154.         skin/nibbles.wl                             = { t_q3=! }
  1155.         skin/pjwal2k.wl                             = { t_q3=! }
  1156.         skin/skin1.wl                               = { t_q3=! }
  1157.         skin/skin5.wl                               = { t_q3=! }
  1158.         skin/skin6.wl                               = { t_q3=! }
  1159.         skin/skin6move.wl                           = { t_q3=! }
  1160.         skin/skin6thrust.wl                         = { t_q3=! }
  1161.         skin/skin7_teeth.wl                         = { t_q3=! }
  1162.         skin/surface8.wl                            = { t_q3=! }
  1163.         skin/tongue.wl                              = { t_q3=! }
  1164.       }
  1165.       Stone.txlist =
  1166.       {
  1167.         stone/pjrock1.wl                            = { t_q3=! }
  1168.         stone/pjrock16.wl                           = { t_q3=! }
  1169.         stone/pjrock17.wl                           = { t_q3=! }
  1170.         stone/pjrock21.wl                           = { t_q3=! }
  1171.         stone/pjrock6.wl                            = { t_q3=! }
  1172.         stone/rockwall.wl                           = { t_q3=! }
  1173.       }
  1174.       Support.txlist =
  1175.       {
  1176.         base_support/basic1_1.wl                    = { t_q3=! }
  1177.         base_support/cable.wl                       = { t_q3=! }
  1178.         base_support/cable_trans.wl                 = { t_q3=! }
  1179.         base_support/flat1_1.wl                     = { t_q3=! }
  1180.         base_support/grate1_3.wl                    = { t_q3=! }
  1181.         base_support/grate1_4.wl                    = { t_q3=! }
  1182.         base_support/grate1_4_small.wl              = { t_q3=! }
  1183.         base_support/grate2_7_small.wl              = { t_q3=! }
  1184.         base_support/metal14_1.wl                   = { t_q3=! }
  1185.         base_support/metal1_1.wl                    = { t_q3=! }
  1186.         base_support/metal3_3.wl                    = { t_q3=! }
  1187.         base_support/pip03_2.wl                     = { t_q3=! }
  1188.         base_support/pip03_3.wl                     = { t_q3=! }
  1189.         base_support/pipecolumn4.wl                 = { t_q3=! }
  1190.         base_support/plate2_5.wl                    = { t_q3=! }
  1191.         base_support/support1rust.wl                = { t_q3=! }
  1192.         base_support/support1shiny.wl               = { t_q3=! }
  1193.         base_support/support1_1.wl                  = { t_q3=! }
  1194.         base_support/surface2.wl                    = { t_q3=! }
  1195.         base_support/vert_pipe1.wl                  = { t_q3=! }
  1196.         base_support/wplat1_1.wl                    = { t_q3=! }
  1197.         base_support/x_support.wl                   = { t_q3=! }
  1198.         base_support/x_support2.wl                  = { t_q3=! }
  1199.         base_support/x_support3.wl                  = { t_q3=! }
  1200.         base_support/z_support.wl                   = { t_q3=! }
  1201.       }
  1202.       Trim.txlist =
  1203.       {
  1204.         base_trim/basemetalsupport.wl               = { t_q3=! }
  1205.         base_trim/border11.wl                       = { t_q3=! }
  1206.         base_trim/border11b.wl                      = { t_q3=! }
  1207.         base_trim/border11c.wl                      = { t_q3=! }
  1208.         base_trim/border11c_light.wl                = { t_q3=! }
  1209.         base_trim/border11c_pulse1b.wl              = { t_q3=! }
  1210.         base_trim/border11light.glow.wl             = { t_q3=! }
  1211.         base_trim/border11light.wl                  = { t_q3=! }
  1212.         base_trim/border12.wl                       = { t_q3=! }
  1213.         base_trim/border12b.wl                      = { t_q3=! }
  1214.         base_trim/border12bfx.wl                    = { t_q3=! }
  1215.         base_trim/bridgesupport1e_fin.wl            = { t_q3=! }
  1216.         base_trim/bridgesupport1j_fin.wl            = { t_q3=! }
  1217.         base_trim/chrome_border.wl                  = { t_q3=! }
  1218.         base_trim/dark_tin2.wl                      = { t_q3=! }
  1219.         base_trim/deeprust.wl                       = { t_q3=! }
  1220.         base_trim/dirty_pewter.wl                   = { t_q3=! }
  1221.         base_trim/dirty_pewter_big.wl               = { t_q3=! }
  1222.         base_trim/greenoct28.wl                     = { t_q3=! }
  1223.         base_trim/holemech01_h.wl                   = { t_q3=! }
  1224.         base_trim/melty_pewter.wl                   = { t_q3=! }
  1225.         base_trim/metal2_2.wl                       = { t_q3=! }
  1226.         base_trim/panel01.wl                        = { t_q3=! }
  1227.         base_trim/panel02.wl                        = { t_q3=! }
  1228.         base_trim/panel03.wl                        = { t_q3=! }
  1229.         base_trim/panelbrn010w.wl                   = { t_q3=! }
  1230.         base_trim/panelbrn01scr.wl                  = { t_q3=! }
  1231.         base_trim/panel_edged.wl                    = { t_q3=! }
  1232.         base_trim/panel_glo.wl                      = { t_q3=! }
  1233.         base_trim/panel_shiny.wl                    = { t_q3=! }
  1234.         base_trim/pewter.wl                         = { t_q3=! }
  1235.         base_trim/pewterstep.wl                     = { t_q3=! }
  1236.         base_trim/pewter_shiney.wl                  = { t_q3=! }
  1237.         base_trim/pewter_spec.wl                    = { t_q3=! }
  1238.         base_trim/proto_comp.wl                     = { t_q3=! }
  1239.         base_trim/proto_comp2.wl                    = { t_q3=! }
  1240.         base_trim/proto_fence.wl                    = { t_q3=! }
  1241.         base_trim/rusty_pewter_big.wl               = { t_q3=! }
  1242.         base_trim/slots1_1.wl                       = { t_q3=! }
  1243.         base_trim/spiderbit.wl                      = { t_q3=! }
  1244.         base_trim/spiderbit2.wl                     = { t_q3=! }
  1245.         base_trim/spiderbit3.wl                     = { t_q3=! }
  1246.         base_trim/spiderbit4.wl                     = { t_q3=! }
  1247.         base_trim/spiderbit6.wl                     = { t_q3=! }
  1248.         base_trim/spiderbite.wl                     = { t_q3=! }
  1249.         base_trim/spiderbit_fx.wl                   = { t_q3=! }
  1250.         base_trim/spiderbit_ow.wl                   = { t_q3=! }
  1251.         base_trim/spidertrim.wl                     = { t_q3=! }
  1252.         base_trim/spidertrim3.wl                    = { t_q3=! }
  1253.         base_trim/spidertrim4.wl                    = { t_q3=! }
  1254.         base_trim/techborder.wl                     = { t_q3=! }
  1255.         base_trim/techborder_fx.wl                  = { t_q3=! }
  1256.         base_trim/tin.wl                            = { t_q3=! }
  1257.         base_trim/tinfx.wl                          = { t_q3=! }
  1258.         base_trim/wire02a_f.wl                      = { t_q3=! }
  1259.         base_trim/wire02_f1.wl                      = { t_q3=! }
  1260.         base_trim/wires01.wl                        = { t_q3=! }
  1261.         base_trim/wires01_ass.wl                    = { t_q3=! }
  1262.         base_trim/wires02.wl                        = { t_q3=! }
  1263.         base_trim/xborder11b.wl                     = { t_q3=! }
  1264.         base_trim/xian_dm3padwall_x.wl              = { t_q3=! }
  1265.         base_trim/xian_dm3padwall_x2.wl             = { t_q3=! }
  1266.         base_trim/xian_dm3padwall_y.wl              = { t_q3=! }
  1267.         base_trim/xred1_2.wl                        = { t_q3=! }
  1268.         base_trim/xspiderbit4.wl                    = { t_q3=! }
  1269.         base_trim/yellow_rustb.wl                   = { t_q3=! }
  1270.         base_trim/yellow_rustbx128.wl               = { t_q3=! }
  1271.         base_trim/yellow_rustb_v1.wl                = { t_q3=! }
  1272.         gothic_trim/baseboard01.wl                  = { t_q3=! }
  1273.         gothic_trim/baseboard03.wl                  = { t_q3=! }
  1274.         gothic_trim/baseboard03_a.wl                = { t_q3=! }
  1275.         gothic_trim/baseboard04.wl                  = { t_q3=! }
  1276.         gothic_trim/baseboard07.wl                  = { t_q3=! }
  1277.         gothic_trim/baseboard08.wl                  = { t_q3=! }
  1278.         gothic_trim/baseboard08_b.wl                = { t_q3=! }
  1279.         gothic_trim/baseboard08_d.wl                = { t_q3=! }
  1280.         gothic_trim/baseboard08_dblue.wl            = { t_q3=! }
  1281.         gothic_trim/baseboard08_e.wl                = { t_q3=! }
  1282.         gothic_trim/baseboard08_ered.wl             = { t_q3=! }
  1283.         gothic_trim/baseboard09.wl                  = { t_q3=! }
  1284.         gothic_trim/baseboard09_2.wl                = { t_q3=! }
  1285.         gothic_trim/baseboard09_blue.wl             = { t_q3=! }
  1286.         gothic_trim/baseboard09_c.wl                = { t_q3=! }
  1287.         gothic_trim/baseboard09_c2.wl               = { t_q3=! }
  1288.         gothic_trim/baseboard09_c2b.wl              = { t_q3=! }
  1289.         gothic_trim/baseboard09_c3.wl               = { t_q3=! }
  1290.         gothic_trim/baseboard09_e.wl                = { t_q3=! }
  1291.         gothic_trim/baseboard09_e2.wl               = { t_q3=! }
  1292.         gothic_trim/baseboard09_f.wl                = { t_q3=! }
  1293.         gothic_trim/baseboard09_f2.wl               = { t_q3=! }
  1294.         gothic_trim/baseboard09_g.wl                = { t_q3=! }
  1295.         gothic_trim/baseboard09_g3.wl               = { t_q3=! }
  1296.         gothic_trim/baseboard09_h.wl                = { t_q3=! }
  1297.         gothic_trim/baseboard09_i.wl                = { t_q3=! }
  1298.         gothic_trim/baseboard09_ired.wl             = { t_q3=! }
  1299.         gothic_trim/baseboard09_kblue.wl            = { t_q3=! }
  1300.         gothic_trim/baseboard09_l.wl                = { t_q3=! }
  1301.         gothic_trim/baseboard09_l2.wl               = { t_q3=! }
  1302.         gothic_trim/baseboard09_o3.wl               = { t_q3=! }
  1303.         gothic_trim/baseboard09_p.wl                = { t_q3=! }
  1304.         gothic_trim/baseboard09_p_shiny.wl          = { t_q3=! }
  1305.         gothic_trim/baseboard09_red.wl              = { t_q3=! }
  1306.         gothic_trim/baseboard10.wl                  = { t_q3=! }
  1307.         gothic_trim/baseboard10_d.wl                = { t_q3=! }
  1308.         gothic_trim/baseboard10_e.wl                = { t_q3=! }
  1309.         gothic_trim/baseboard10_f.wl                = { t_q3=! }
  1310.         gothic_trim/baseboard10_h.wl                = { t_q3=! }
  1311.         gothic_trim/baseboard9c_com_b.wl            = { t_q3=! }
  1312.         gothic_trim/baseboard9c_com_r.wl            = { t_q3=! }
  1313.         gothic_trim/blocks15_bb09e.wl               = { t_q3=! }
  1314.         gothic_trim/blocks17g_stairtread.wl         = { t_q3=! }
  1315.         gothic_trim/border10.wl                     = { t_q3=! }
  1316.         gothic_trim/border11.wl                     = { t_q3=! }
  1317.         gothic_trim/border12.wl                     = { t_q3=! }
  1318.         gothic_trim/border2.wl                      = { t_q3=! }
  1319.         gothic_trim/border6.wl                      = { t_q3=! }
  1320.         gothic_trim/border7.wl                      = { t_q3=! }
  1321.         gothic_trim/column2c_test.wl                = { t_q3=! }
  1322.         gothic_trim/columnsupportbottoms.wl         = { t_q3=! }
  1323.         gothic_trim/columnsupportops.wl             = { t_q3=! }
  1324.         gothic_trim/goldsupport_a.wl                = { t_q3=! }
  1325.         gothic_trim/gothgrate2.wl                   = { t_q3=! }
  1326.         gothic_trim/iron01_e_mbase14_b.wl           = { t_q3=! }
  1327.         gothic_trim/iron01_e_mbase14_r.wl           = { t_q3=! }
  1328.         gothic_trim/km_arena1tower1.wl              = { t_q3=! }
  1329.         gothic_trim/km_arena1tower2.wl              = { t_q3=! }
  1330.         gothic_trim/km_arena1tower4.wl              = { t_q3=! }
  1331.         gothic_trim/km_arena1tower4_a.wl            = { t_q3=! }
  1332.         gothic_trim/km_arena1tower4_shiny.wl        = { t_q3=! }
  1333.         gothic_trim/km_arena1tower6.wl              = { t_q3=! }
  1334.         gothic_trim/km_arena1tower7.wl              = { t_q3=! }
  1335.         gothic_trim/km_arena1tower8.wl              = { t_q3=! }
  1336.         gothic_trim/km_arena1tower_short.wl         = { t_q3=! }
  1337.         gothic_trim/metalbase03a_blocks11b4.wl      = { t_q3=! }
  1338.         gothic_trim/metalbase03a_blocks18c2.wl      = { t_q3=! }
  1339.         gothic_trim/metalbase09b_brick.wl           = { t_q3=! }
  1340.         gothic_trim/metalbase09_b_blocks15.wl       = { t_q3=! }
  1341.         gothic_trim/metalbase09_killblock.wl        = { t_q3=! }
  1342.         gothic_trim/metalbase8a_brick.wl            = { t_q3=! }
  1343.         gothic_trim/metaldemonkillblock.wl          = { t_q3=! }
  1344.         gothic_trim/metalsupport4.wl                = { t_q3=! }
  1345.         gothic_trim/metalsupport4b.wl               = { t_q3=! }
  1346.         gothic_trim/metalsupport4c.wl               = { t_q3=! }
  1347.         gothic_trim/metalsupport4d.wl               = { t_q3=! }
  1348.         gothic_trim/metalsupport4g.wl               = { t_q3=! }
  1349.         gothic_trim/metalsupport4g_1.wl             = { t_q3=! }
  1350.         gothic_trim/metalsupport4g_2.wl             = { t_q3=! }
  1351.         gothic_trim/metalsupport4h.wl               = { t_q3=! }
  1352.         gothic_trim/metalsupport4h_shiny.wl         = { t_q3=! }
  1353.         gothic_trim/metalsupport4i.wl               = { t_q3=! }
  1354.         gothic_trim/metalsupport4i_bit.wl           = { t_q3=! }
  1355.         gothic_trim/metalsupport4j.wl               = { t_q3=! }
  1356.         gothic_trim/metalsupport4small.wl           = { t_q3=! }
  1357.         gothic_trim/metalsupsolid.wl                = { t_q3=! }
  1358.         gothic_trim/newskull.wl                     = { t_q3=! }
  1359.         gothic_trim/pitted_roof.wl                  = { t_q3=! }
  1360.         gothic_trim/pitted_rust.wl                  = { t_q3=! }
  1361.         gothic_trim/pitted_rust2.wl                 = { t_q3=! }
  1362.         gothic_trim/pitted_rust3.wl                 = { t_q3=! }
  1363.         gothic_trim/pitted_rust3_black.wl           = { t_q3=! }
  1364.         gothic_trim/pitted_rust3_dkred.wl           = { t_q3=! }
  1365.         gothic_trim/pitted_rustblack.wl             = { t_q3=! }
  1366.         gothic_trim/pitted_rustred.wl               = { t_q3=! }
  1367.         gothic_trim/pitted_rust_small.wl            = { t_q3=! }
  1368.         gothic_trim/pjwal5q.wl                      = { t_q3=! }
  1369.         gothic_trim/q1metal7.wl                     = { t_q3=! }
  1370.         gothic_trim/q1metal7_12.wl                  = { t_q3=! }
  1371.         gothic_trim/q_waste1.wl                     = { t_q3=! }
  1372.         gothic_trim/skullsvertgray02a.wl            = { t_q3=! }
  1373.         gothic_trim/skullsvertgray02b.wl            = { t_q3=! }
  1374.         gothic_trim/skullsvertgrayslot02a.wl        = { t_q3=! }
  1375.         gothic_trim/stucco7bord1.wl                 = { t_q3=! }
  1376.         gothic_trim/stucco7top.wl                   = { t_q3=! }
  1377.         gothic_trim/stucco7trim.wl                  = { t_q3=! }
  1378.         gothic_trim/supportborder.wl                = { t_q3=! }
  1379.         gothic_trim/supportborderside.wl            = { t_q3=! }
  1380.         gothic_trim/supportborderside_rot.wl        = { t_q3=! }
  1381.         gothic_trim/tower_front.wl                  = { t_q3=! }
  1382.         gothic_trim/tower_side2.wl                  = { t_q3=! }
  1383.         gothic_trim/tower_side2b.wl                 = { t_q3=! }
  1384.         gothic_trim/tower_top.wl                    = { t_q3=! }
  1385.         gothic_trim/window_a1.wl                    = { t_q3=! }
  1386.         gothic_trim/window_a2.wl                    = { t_q3=! }
  1387.         gothic_trim/window_a_base.wl                = { t_q3=! }
  1388.         gothic_trim/window_a_bottom1.wl             = { t_q3=! }
  1389.         gothic_trim/window_a_bottom2.wl             = { t_q3=! }
  1390.         gothic_trim/window_pitted_rust.wl           = { t_q3=! }
  1391.         gothic_trim/wood2.wl                        = { t_q3=! }
  1392.         gothic_trim/xian_tourney_trim.wl            = { t_q3=! }
  1393.         gothic_trim/xmetalsupport4i_alpha.wl        = { t_q3=! }
  1394.         gothic_trim/xsupportborderside_shiney.wl    = { t_q3=! }
  1395.         gothic_trim/x_noblight.wl                   = { t_q3=! }
  1396.         gothic_trim/x_noblightfx.wl                 = { t_q3=! }
  1397.         gothic_trim/zinc.wl                         = { t_q3=! }
  1398.         gothic_trim/zinc_shiny.wl                   = { t_q3=! }
  1399.       }
  1400.       Wall.txlist =
  1401.       {
  1402.         base_wall/archpipe2_ifin.wl                 = { t_q3=! }
  1403.         base_wall/archpipe2_k_tall3fin.wl           = { t_q3=! }
  1404.         base_wall/atech1_a.wl                       = { t_q3=! }
  1405.         base_wall/atech1_alpha.wl                   = { t_q3=! }
  1406.         base_wall/atech1_b.wl                       = { t_q3=! }
  1407.         base_wall/atech1_d.wl                       = { t_q3=! }
  1408.         base_wall/atech1_e.wl                       = { t_q3=! }
  1409.         base_wall/atech2_c.wl                       = { t_q3=! }
  1410.         base_wall/atech3_a.wl                       = { t_q3=! }
  1411.         base_wall/atechengine_a.wl                  = { t_q3=! }
  1412.         base_wall/atechengine_ax.wl                 = { t_q3=! }
  1413.         base_wall/basewall01.wl                     = { t_q3=! }
  1414.         base_wall/basewall01bit.wl                  = { t_q3=! }
  1415.         base_wall/basewall01bitfx.wl                = { t_q3=! }
  1416.         base_wall/basewall01_ow.wl                  = { t_q3=! }
  1417.         base_wall/basewall01_owfx.wl                = { t_q3=! }
  1418.         base_wall/basewall02.wl                     = { t_q3=! }
  1419.         base_wall/basewall03.wl                     = { t_q3=! }
  1420.         base_wall/basewall04.wl                     = { t_q3=! }
  1421.         base_wall/basewallbobbin.wl                 = { t_q3=! }
  1422.         base_wall/bluemetal1b_shiny.wl              = { t_q3=! }
  1423.         base_wall/bluemetal2.wl                     = { t_q3=! }
  1424.         base_wall/bluemetal2_shiny.wl               = { t_q3=! }
  1425.         base_wall/bluemetal3.wl                     = { t_q3=! }
  1426.         base_wall/bluemetal3b.wl                    = { t_q3=! }
  1427.         base_wall/bluemetalsupport.wl               = { t_q3=! }
  1428.         base_wall/bluemetalsupport2.wl              = { t_q3=! }
  1429.         base_wall/bluemetalsupport2b.wl             = { t_q3=! }
  1430.         base_wall/bluemetalsupport2bglow.wl         = { t_q3=! }
  1431.         base_wall/bluemetalsupport2c.wl             = { t_q3=! }
  1432.         base_wall/bluemetalsupport2clight.glow.wl   = { t_q3=! }
  1433.         base_wall/bluemetalsupport2clight.wl        = { t_q3=! }
  1434.         base_wall/bluemetalsupport2c_1.wl           = { t_q3=! }
  1435.         base_wall/bluemetalsupport2c_1vent.wl       = { t_q3=! }
  1436.         base_wall/bluemetalsupport2d.wl             = { t_q3=! }
  1437.         base_wall/bluemetalsupport2d_1.wl           = { t_q3=! }
  1438.         base_wall/bluemetalsupport2e.wl             = { t_q3=! }
  1439.         base_wall/bluemetalsupport2e2.wl            = { t_q3=! }
  1440.         base_wall/bluemetalsupport2eye.wl           = { t_q3=! }
  1441.         base_wall/bluemetalsupport2eyel.wl          = { t_q3=! }
  1442.         base_wall/bluemetalsupport2f.wl             = { t_q3=! }
  1443.         base_wall/bluemetalsupport2fline.wl         = { t_q3=! }
  1444.         base_wall/bluemetalsupport2fline_glow.wl    = { t_q3=! }
  1445.         base_wall/bluemetalsupport2ftv.wl           = { t_q3=! }
  1446.         base_wall/bluemetalsupport2ftv_glow.wl      = { t_q3=! }
  1447.         base_wall/blumtlspt2b.wl                    = { t_q3=! }
  1448.         base_wall/chrome_env.wl                     = { t_q3=! }
  1449.         base_wall/chrome_env2.wl                    = { t_q3=! }
  1450.         base_wall/chrome_metal.wl                   = { t_q3=! }
  1451.         base_wall/comp3.wl                          = { t_q3=! }
  1452.         base_wall/comp3b.wl                         = { t_q3=! }
  1453.         base_wall/comp3c.wl                         = { t_q3=! }
  1454.         base_wall/comp3env.wl                       = { t_q3=! }
  1455.         base_wall/comp3frame.wl                     = { t_q3=! }
  1456.         base_wall/comp3text.wl                      = { t_q3=! }
  1457.         base_wall/comp3textb.wl                     = { t_q3=! }
  1458.         base_wall/comp3textd.wl                     = { t_q3=! }
  1459.         base_wall/concrete.wl                       = { t_q3=! }
  1460.         base_wall/concreteb2.wl                     = { t_q3=! }
  1461.         base_wall/concretepipe01.wl                 = { t_q3=! }
  1462.         base_wall/concrete_dark.wl                  = { t_q3=! }
  1463.         base_wall/concrete_dark2.wl                 = { t_q3=! }
  1464.         base_wall/concrete_ow.wl                    = { t_q3=! }
  1465.         base_wall/concrete_ow2.wl                   = { t_q3=! }
  1466.         base_wall/c_met5_2.wl                       = { t_q3=! }
  1467.         base_wall/c_met7_2.wl                       = { t_q3=! }
  1468.         base_wall/dooreye.wl                        = { t_q3=! }
  1469.         base_wall/dooreye2.wl                       = { t_q3=! }
  1470.         base_wall/dooreye3.wl                       = { t_q3=! }
  1471.         base_wall/dooreyelight.wl                   = { t_q3=! }
  1472.         base_wall/girders1i_128_yellofin.wl         = { t_q3=! }
  1473.         base_wall/girders1i_yellodark_fin.wl        = { t_q3=! }
  1474.         base_wall/glass_frame.wl                    = { t_q3=! }
  1475.         base_wall/greenmet2b.wl                     = { t_q3=! }
  1476.         base_wall/grill.wl                          = { t_q3=! }
  1477.         base_wall/main_q3abanner.wl                 = { t_q3=! }
  1478.         base_wall/medal_accuracy.wl                 = { t_q3=! }
  1479.         base_wall/medal_excellent.wl                = { t_q3=! }
  1480.         base_wall/medal_frags.wl                    = { t_q3=! }
  1481.         base_wall/medal_gauntlet.wl                 = { t_q3=! }
  1482.         base_wall/medal_impressive.wl               = { t_q3=! }
  1483.         base_wall/medal_victory.wl                  = { t_q3=! }
  1484.         base_wall/metalblack03.wl                   = { t_q3=! }
  1485.         base_wall/metalblackbloody.wl               = { t_q3=! }
  1486.         base_wall/metalfloor_wall_10.wl             = { t_q3=! }
  1487.         base_wall/metalfloor_wall_11.wl             = { t_q3=! }
  1488.         base_wall/metalfloor_wall_12.wl             = { t_q3=! }
  1489.         base_wall/metalfloor_wall_14.wl             = { t_q3=! }
  1490.         base_wall/metalfloor_wall_14_specular.wl    = { t_q3=! }
  1491.         base_wall/metalfloor_wall_15.wl             = { t_q3=! }
  1492.         base_wall/metalfloor_wall_15ow.wl           = { t_q3=! }
  1493.         base_wall/metalfloor_wall_3.wl              = { t_q3=! }
  1494.         base_wall/metaltech04final.wl               = { t_q3=! }
  1495.         base_wall/metaltech06final.wl               = { t_q3=! }
  1496.         base_wall/metaltech08final.wl               = { t_q3=! }
  1497.         base_wall/metaltech10final.wl               = { t_q3=! }
  1498.         base_wall/metaltech12darkfinal.wl           = { t_q3=! }
  1499.         base_wall/metaltech12dark_support.wl        = { t_q3=! }
  1500.         base_wall/metaltech12final.wl               = { t_q3=! }
  1501.         base_wall/metaltech13final.wl               = { t_q3=! }
  1502.         base_wall/metaltech17final.wl               = { t_q3=! }
  1503.         base_wall/metaltechgeomtrn.wl               = { t_q3=! }
  1504.         base_wall/metaltechgeomtrn2.wl              = { t_q3=! }
  1505.         base_wall/metfloor_block_3.wl               = { t_q3=! }
  1506.         base_wall/patch10.wl                        = { t_q3=! }
  1507.         base_wall/patch10rusty5.wl                  = { t_q3=! }
  1508.         base_wall/patch10_beatup2.wl                = { t_q3=! }
  1509.         base_wall/patch10_beatup3.wl                = { t_q3=! }
  1510.         base_wall/patch10_beatup4.wl                = { t_q3=! }
  1511.         base_wall/patch10_beatup4_alpha.wl          = { t_q3=! }
  1512.         base_wall/protobanner.wl                    = { t_q3=! }
  1513.         base_wall/protobanner_ow.wl                 = { t_q3=! }
  1514.         base_wall/q3tourney1.wl                     = { t_q3=! }
  1515.         base_wall/q3tourney2.wl                     = { t_q3=! }
  1516.         base_wall/q3tourney3.wl                     = { t_q3=! }
  1517.         base_wall/q3tourney4.wl                     = { t_q3=! }
  1518.         base_wall/q3tourney5.wl                     = { t_q3=! }
  1519.         base_wall/redmet.wl                         = { t_q3=! }
  1520.         base_wall/redmet4small.wl                   = { t_q3=! }
  1521.         base_wall/redpad.wl                         = { t_q3=! }
  1522.         base_wall/rusted.wl                         = { t_q3=! }
  1523.         base_wall/rusted3.wl                        = { t_q3=! }
  1524.         base_wall/shiny3.wl                         = { t_q3=! }
  1525.         base_wall/shinybluemetal1.wl                = { t_q3=! }
  1526.         base_wall/shinygrate1_4.wl                  = { t_q3=! }
  1527.         base_wall/steed1ge.wl                       = { t_q3=! }
  1528.         base_wall/steed1gf.wl                       = { t_q3=! }
  1529.         base_wall/steed2f.wl                        = { t_q3=! }
  1530.         base_wall/symbol_ball.wl                    = { t_q3=! }
  1531.         base_wall/symbol_bluelt1.wl                 = { t_q3=! }
  1532.         base_wall/symbol_bluelt1_mask.wl            = { t_q3=! }
  1533.         base_wall/train1.wl                         = { t_q3=! }
  1534.         base_wall/xbasewall04.wl                    = { t_q3=! }
  1535.         base_wall/xian_q3dm12_leftwall4fin.wl       = { t_q3=! }
  1536.         base_wall/x_concretelong.wl                 = { t_q3=! }
  1537.         base_wall/x_invertconcrete.wl               = { t_q3=! }
  1538.         gothic_wall/backtower1.wl                   = { t_q3=! }
  1539.         gothic_wall/backtower1b.wl                  = { t_q3=! }
  1540.         gothic_wall/backtower2.wl                   = { t_q3=! }
  1541.         gothic_wall/backtower2b.wl                  = { t_q3=! }
  1542.         gothic_wall/backtower3.wl                   = { t_q3=! }
  1543.         gothic_wall/backtower3b.wl                  = { t_q3=! }
  1544.         gothic_wall/backtower4.wl                   = { t_q3=! }
  1545.         gothic_wall/backtower4b.wl                  = { t_q3=! }
  1546.         gothic_wall/brickwindow_bot.wl              = { t_q3=! }
  1547.         gothic_wall/brickwindow_mid.wl              = { t_q3=! }
  1548.         gothic_wall/brickwindow_top.wl              = { t_q3=! }
  1549.         gothic_wall/church_brick3.wl                = { t_q3=! }
  1550.         gothic_wall/church_brick3b.wl               = { t_q3=! }
  1551.         gothic_wall/crack5c.wl                      = { t_q3=! }
  1552.         gothic_wall/dm5_archifin.wl                 = { t_q3=! }
  1553.         gothic_wall/dm5_archkfin.wl                 = { t_q3=! }
  1554.         gothic_wall/goldbrick.wl                    = { t_q3=! }
  1555.         gothic_wall/iron01_b.wl                     = { t_q3=! }
  1556.         gothic_wall/iron01_c.wl                     = { t_q3=! }
  1557.         gothic_wall/iron01_c2.wl                    = { t_q3=! }
  1558.         gothic_wall/iron01_c3.wl                    = { t_q3=! }
  1559.         gothic_wall/iron01_c3_rust.wl               = { t_q3=! }
  1560.         gothic_wall/iron01_c5.wl                    = { t_q3=! }
  1561.         gothic_wall/iron01_e.wl                     = { t_q3=! }
  1562.         gothic_wall/iron01_g.wl                     = { t_q3=! }
  1563.         gothic_wall/iron01_m.wl                     = { t_q3=! }
  1564.         gothic_wall/iron01_ndark.wl                 = { t_q3=! }
  1565.         gothic_wall/iron01_ntech3.wl                = { t_q3=! }
  1566.         gothic_wall/iron01_ntech4.wl                = { t_q3=! }
  1567.         gothic_wall/iron01_p.wl                     = { t_q3=! }
  1568.         gothic_wall/iron01_p2.wl                    = { t_q3=! }
  1569.         gothic_wall/iron01_p5.wl                    = { t_q3=! }
  1570.         gothic_wall/iron1_brickrust.wl              = { t_q3=! }
  1571.         gothic_wall/jumptowerwork3g.wl              = { t_q3=! }
  1572.         gothic_wall/jumptower_bottom.wl             = { t_q3=! }
  1573.         gothic_wall/jumptower_top.wl                = { t_q3=! }
  1574.         gothic_wall/metalciclesdark.wl              = { t_q3=! }
  1575.         gothic_wall/metalciclesdark_pipe.wl         = { t_q3=! }
  1576.         gothic_wall/metalciclesdark_support.wl      = { t_q3=! }
  1577.         gothic_wall/metalciclesdark_supportb.wl     = { t_q3=! }
  1578.         gothic_wall/metalciclesrust.wl              = { t_q3=! }
  1579.         gothic_wall/metalciclesrust_pipe.wl         = { t_q3=! }
  1580.         gothic_wall/metaltech16gold.wl              = { t_q3=! }
  1581.         gothic_wall/oct20c.wl                       = { t_q3=! }
  1582.         gothic_wall/oct20clava.wl                   = { t_q3=! }
  1583.         gothic_wall/pitted_rust3blood2.wl           = { t_q3=! }
  1584.         gothic_wall/proto_brik.wl                   = { t_q3=! }
  1585.         gothic_wall/purptileb.wl                    = { t_q3=! }
  1586.         gothic_wall/sidetower3a_dm15fin.wl          = { t_q3=! }
  1587.         gothic_wall/sidetower3d_front.wl            = { t_q3=! }
  1588.         gothic_wall/skull2.wl                       = { t_q3=! }
  1589.         gothic_wall/skull4.wl                       = { t_q3=! }
  1590.         gothic_wall/slateroofc.wl                   = { t_q3=! }
  1591.         gothic_wall/streetbricks.wl                 = { t_q3=! }
  1592.         gothic_wall/streetbricks10.wl               = { t_q3=! }
  1593.         gothic_wall/streetbricks11.wl               = { t_q3=! }
  1594.         gothic_wall/streetbricks14.wl               = { t_q3=! }
  1595.         gothic_wall/support2b.wl                    = { t_q3=! }
  1596.         gothic_wall/supportborder_blue_b.wl         = { t_q3=! }
  1597.         gothic_wall/supportborder_blue_c.wl         = { t_q3=! }
  1598.         gothic_wall/window_evil6a.wl                = { t_q3=! }
  1599.         gothic_wall/window_evil6a_glow.wl           = { t_q3=! }
  1600.         gothic_wall/xiantourneycolumn_b4.wl         = { t_q3=! }
  1601.         gothic_wall/xiantourneycolumn_b6.wl         = { t_q3=! }
  1602.         gothic_wall/xiantourneycolumn_b8_128.wl     = { t_q3=! }
  1603.         gothic_wall/xiantourneywall_C1.wl           = { t_q3=! }
  1604.         gothic_wall/xiantourneywall_R1.wl           = { t_q3=! }
  1605.         gothic_wall/xoct20c_shiney.wl               = { t_q3=! }
  1606.         gothic_wall/xpipecolumn_gray128.wl          = { t_q3=! }
  1607.         gothic_wall/xpipecolumn_gray_shiny.wl       = { t_q3=! }
  1608.       }
  1609.     }
  1610.   }
  1611.  
  1612.   Textures.qtx =
  1613.   {
  1614.     Toolbox = "Texture Browser..."
  1615.     Root = "id Software Shaders.qtxfolder"
  1616.  
  1617.     // Notice! The b="<filename>" specifies which shaderfile the shader exists in
  1618.     t_q3shader_base_button:incl         = { a="baseq3" b="base_button.shader" }
  1619.     t_q3shader_base_door:incl           = { a="baseq3" b="base_door.shader" }
  1620.     t_q3shader_base_floor:incl          = { a="baseq3" b="base_floor.shader" }
  1621.     t_q3shader_base_light:incl          = { a="baseq3" b="base_light.shader" }
  1622.     t_q3shader_base_object:incl         = { a="baseq3" b="base_object.shader" }
  1623.     t_q3shader_base_support:incl        = { a="baseq3" b="base_support.shader" }
  1624.     t_q3shader_base_trim:incl           = { a="baseq3" b="base_trim.shader" }
  1625.     t_q3shader_base_wall:incl           = { a="baseq3" b="base_wall.shader" }
  1626.     t_q3shader_common:incl              = { a="baseq3" b="common.shader" }
  1627.     t_q3shader_ctf:incl                 = { a="baseq3" b="ctf.shader" }
  1628.     t_q3shader_eerie:incl               = { a="baseq3" b="eerie.shader" }
  1629.     t_q3shader_gothic_block:incl        = { a="baseq3" b="gothic_block.shader" }
  1630.     t_q3shader_gothic_button:incl       = { a="baseq3" b="gothic_button.shader"}
  1631.     t_q3shader_gothic_door:incl         = { a="baseq3" b="gothic_door.shader"}
  1632.     t_q3shader_gothic_floor:incl        = { a="baseq3" b="gothic_floor.shader" }
  1633.     t_q3shader_gothic_light:incl        = { a="baseq3" b="gothic_light.shader" }
  1634.     t_q3shader_gothic_trim:incl         = { a="baseq3" b="gothic_trim.shader" }
  1635.     t_q3shader_gothic_wall:incl         = { a="baseq3" b="gothic_wall.shader" }
  1636.     t_q3shader_liquid:incl              = { a="baseq3" b="liquid.shader" }
  1637.     t_q3shader_organics:incl            = { a="baseq3" b="organics.shader" }
  1638.     t_q3shader_sfx:incl                 = { a="baseq3" b="sfx.shader" }
  1639.     t_q3shader_skin:incl                = { a="baseq3" b="skin.shader" }
  1640.     t_q3shader_sky:incl                 = { a="baseq3" b="sky.shader" }
  1641.  
  1642.     id Software Shaders.qtxfolder =
  1643.     { // still need to figure where the stuff below really goes!! Maleficus!
  1644.       Base_Button.txlist =
  1645.       {
  1646.         base_button/shootme2.wl    = { t_q3shader_base_button=! }
  1647.       }
  1648.       Base_Door.txlist =
  1649.       {
  1650.         base_door/shinymetaldoor.wl               = { t_q3shader_base_door=! }
  1651.         base_door/shinymetaldoor_outside.wl       = { t_q3shader_base_door=! }
  1652.         base_door/shinymetaldoor_outside3a2.wl    = { t_q3shader_base_door=! }
  1653.       }
  1654.       Base_Floor.txlist =
  1655.       {
  1656.         base_floor/clang_floor3blava.wl           = { t_q3shader_base_floor=! }
  1657.         base_floor/clangdark.wl                   = { t_q3shader_base_floor=! }
  1658.         base_floor/clangdark_ow.wl                = { t_q3shader_base_floor=! }
  1659.         base_floor/clangdark_ow3.wl               = { t_q3shader_base_floor=! }
  1660.         base_floor/clangdarkspot.wl               = { t_q3shader_base_floor=! }
  1661.         base_floor/clangfloor_noisy.wl            = { t_q3shader_base_floor=! }
  1662.         base_floor/clangspot2.wl                  = { t_q3shader_base_floor=! }
  1663.         base_floor/concretefloor1.wl              = { t_q3shader_base_floor=! }
  1664.         base_floor/cybergrate2.wl                 = { t_q3shader_base_floor=! }
  1665.         base_floor/cybergrate3.wl                 = { t_q3shader_base_floor=! }
  1666.         base_floor/diamond2c_ow.wl                = { t_q3shader_base_floor=! }
  1667.         base_floor/diamond2cspot.wl               = { t_q3shader_base_floor=! }
  1668.         base_floor/diamond_noisy.wl               = { t_q3shader_base_floor=! }
  1669.         base_floor/floor3_3dark_ow.wl             = { t_q3shader_base_floor=! }
  1670.         base_floor/hfloor3.wl                     = { t_q3shader_base_floor=! }
  1671.         base_floor/metalbridge04dbroke.wl         = { t_q3shader_base_floor=! }
  1672.         base_floor/nomarkstone_1.wl               = { t_q3shader_base_floor=! }
  1673.         base_floor/pjgrate1.wl                    = { t_q3shader_base_floor=! }
  1674.         base_floor/pjgrate2.wl                    = { t_q3shader_base_floor=! }
  1675.         base_floor/pool_floor2.wl                 = { t_q3shader_base_floor=! }
  1676.         base_floor/pool_floor3.wl                 = { t_q3shader_base_floor=! }
  1677.         base_floor/pool_side2.wl                  = { t_q3shader_base_floor=! }
  1678.         base_floor/pool_side3.wl                  = { t_q3shader_base_floor=! }
  1679.         base_floor/proto_grate.wl                 = { t_q3shader_base_floor=! }
  1680.         base_floor/proto_grate3.wl                = { t_q3shader_base_floor=! }
  1681.         base_floor/proto_grate4.wl                = { t_q3shader_base_floor=! }
  1682.         base_floor/proto_rustygrate.wl            = { t_q3shader_base_floor=! }
  1683.         base_floor/proto_rustygrate2.wl           = { t_q3shader_base_floor=! }
  1684.         base_floor/rusty_pentagrate.wl            = { t_q3shader_base_floor=! }
  1685.         base_floor/skylight1.wl                   = { t_q3shader_base_floor=! }
  1686.         base_floor/skylight_spec.wl               = { t_q3shader_base_floor=! }
  1687.         base_floor/techfloor.wl                   = { t_q3shader_base_floor=! }
  1688.         base_floor/techfloor2.wl                  = { t_q3shader_base_floor=! }
  1689.         base_floor/tilefloor7_ow.wl               = { t_q3shader_base_floor=! }
  1690.       }
  1691.       Base_Light.txlist =
  1692.       {
  1693.         base_light/baslt4_1_2k.wl                 = { t_q3shader_base_light=! }
  1694.         base_light/baslt4_1_4k.wl                 = { t_q3shader_base_light=! }
  1695.         base_light/border11light.wl               = { t_q3shader_base_light=! }
  1696.         base_light/border11light_300.wl           = { t_q3shader_base_light=! }
  1697.         base_light/border7_ceil50.wl              = { t_q3shader_base_light=! }
  1698.         base_light/ceil1_22a.wl                   = { t_q3shader_base_light=! }
  1699.         base_light/ceil1_22a_8k.wl                = { t_q3shader_base_light=! }
  1700.         base_light/ceil1_22a_trans.wl             = { t_q3shader_base_light=! }
  1701.         base_light/ceil1_30.wl                    = { t_q3shader_base_light=! }
  1702.         base_light/ceil1_30_8k.wl                 = { t_q3shader_base_light=! }
  1703.         base_light/ceil1_30_trans.wl              = { t_q3shader_base_light=! }
  1704.         base_light/ceil1_34.wl                    = { t_q3shader_base_light=! }
  1705.         base_light/ceil1_34_10k.wl                = { t_q3shader_base_light=! }
  1706.         base_light/ceil1_34_1k.wl                 = { t_q3shader_base_light=! }
  1707.         base_light/ceil1_34_2k.wl                 = { t_q3shader_base_light=! }
  1708.         base_light/ceil1_34_5k.wl                 = { t_q3shader_base_light=! }
  1709.         base_light/ceil1_37.wl                    = { t_q3shader_base_light=! }
  1710.         base_light/ceil1_38.wl                    = { t_q3shader_base_light=! }
  1711.         base_light/ceil1_38_10k.wl                = { t_q3shader_base_light=! }
  1712.         base_light/ceil1_38_20k.wl                = { t_q3shader_base_light=! }
  1713.         base_light/ceil1_38_30k.wl                = { t_q3shader_base_light=! }
  1714.         base_light/ceil1_38_40k.wl                = { t_q3shader_base_light=! }
  1715.         base_light/ceil1_38_50k.wl                = { t_q3shader_base_light=! }
  1716.         base_light/ceil1_38_70k.wl                = { t_q3shader_base_light=! }
  1717.         base_light/ceil1_38_90k.wl                = { t_q3shader_base_light=! }
  1718.         base_light/ceil1_39.wl                    = { t_q3shader_base_light=! }
  1719.         base_light/ceil1_4.wl                     = { t_q3shader_base_light=! }
  1720.         base_light/ceil_white5k.wl                = { t_q3shader_base_light=! }
  1721.         base_light/cornerlight.wl                 = { t_q3shader_base_light=! }
  1722.         base_light/geolight.wl                    = { t_q3shader_base_light=! }
  1723.         base_light/jaildr03_1.wl                  = { t_q3shader_base_light=! }
  1724.         base_light/jaildr03_2.wl                  = { t_q3shader_base_light=! }
  1725.         base_light/jaildr1_3.wl                   = { t_q3shader_base_light=! }
  1726.         base_light/light1_1500.wl                 = { t_q3shader_base_light=! }
  1727.         base_light/light1_3000.wl                 = { t_q3shader_base_light=! }
  1728.         base_light/light1_5000.wl                 = { t_q3shader_base_light=! }
  1729.         base_light/light1blue_1500.wl             = { t_q3shader_base_light=! }
  1730.         base_light/light1blue_2000.wl             = { t_q3shader_base_light=! }
  1731.         base_light/light1blue_5000.wl             = { t_q3shader_base_light=! }
  1732.         base_light/light1blue_800.wl              = { t_q3shader_base_light=! }
  1733.         base_light/light1dark.wl                  = { t_q3shader_base_light=! }
  1734.         base_light/light1red_2000.wl              = { t_q3shader_base_light=! }
  1735.         base_light/light1red_5000.wl              = { t_q3shader_base_light=! }
  1736.         base_light/light5_10k.wl                  = { t_q3shader_base_light=! }
  1737.         base_light/light5_15k.wl                  = { t_q3shader_base_light=! }
  1738.         base_light/light5_3000.wl                 = { t_q3shader_base_light=! }
  1739.         base_light/light5_5k.wl                   = { t_q3shader_base_light=! }
  1740.         base_light/lt2_2000.wl                    = { t_q3shader_base_light=! }
  1741.         base_light/lt2_4000.wl                    = { t_q3shader_base_light=! }
  1742.         base_light/lt2_8000.wl                    = { t_q3shader_base_light=! }
  1743.         base_light/patch10_pj_lite.wl             = { t_q3shader_base_light=! }
  1744.         base_light/patch10_pj_lite2.wl            = { t_q3shader_base_light=! }
  1745.         base_light/patch10_pj_lite2_1000.wl       = { t_q3shader_base_light=! }
  1746.         base_light/pjceil1_39_1K.wl               = { t_q3shader_base_light=! }
  1747.         base_light/pjceil1_39_1p5k.wl             = { t_q3shader_base_light=! }
  1748.         base_light/proto_light.wl                 = { t_q3shader_base_light=! }
  1749.         base_light/proto_light_2k.wl              = { t_q3shader_base_light=! }
  1750.         base_light/proto_lightred.wl              = { t_q3shader_base_light=! }
  1751.         base_light/proto_lightred2.wl             = { t_q3shader_base_light=! }
  1752.         base_light/runway.wl                      = { t_q3shader_base_light=! }
  1753.         base_light/s_proto_light.wl               = { t_q3shader_base_light=! }
  1754.         base_light/scrolllight.wl                 = { t_q3shader_base_light=! }
  1755.         base_light/trianglelight.wl               = { t_q3shader_base_light=! }
  1756.         base_light/wsupprt1_12.wl                 = { t_q3shader_base_light=! }
  1757.         base_light/xceil1_39.wl                   = { t_q3shader_base_light=! }
  1758.         base_light/xceil1_39_1.wl                 = { t_q3shader_base_light=! }
  1759.         base_light/xceil1_39_10k.wl               = { t_q3shader_base_light=! }
  1760.         base_light/xceil1_39_110k.wl              = { t_q3shader_base_light=! }
  1761.         base_light/xceil1_39_15k.wl               = { t_q3shader_base_light=! }
  1762.         base_light/xceil1_39_20k.wl               = { t_q3shader_base_light=! }
  1763.         base_light/xceil1_39_2k.wl                = { t_q3shader_base_light=! }
  1764.         base_light/xceil1_39_30k.wl               = { t_q3shader_base_light=! }
  1765.         base_light/xceil1_39_500k.wl              = { t_q3shader_base_light=! }
  1766.         base_light/xceil1_39_50k.wl               = { t_q3shader_base_light=! }
  1767.         base_light/xceil1_39_5k.wl                = { t_q3shader_base_light=! }
  1768.         base_light/xceil1_39_70k.wl               = { t_q3shader_base_light=! }
  1769.         base_light/xceil1_39_90k.wl               = { t_q3shader_base_light=! }
  1770.         base_light/xceil1_39_a.wl                 = { t_q3shader_base_light=! }
  1771.         base_light/xceil1_39_b.wl                 = { t_q3shader_base_light=! }
  1772.       }
  1773.       Base_Object.txlist =
  1774.       {
  1775.         base_object/boxQ3_3.wl                    = { t_q3shader_base_object=! }
  1776.         base_object/boxq3_4.wl                    = { t_q3shader_base_object=! }
  1777.       }
  1778.       Base_Support.txlist =
  1779.       {
  1780.         base_support/cable_trans.wl               = { t_q3shader_base_support=! }
  1781.         base_support/grate1_3.wl                  = { t_q3shader_base_support=! }
  1782.         base_support/pj_metal14_1.wl              = { t_q3shader_base_support=! }
  1783.         base_support/support1rust.wl              = { t_q3shader_base_support=! }
  1784.         base_support/support1shiny.wl             = { t_q3shader_base_support=! }
  1785.         base_support/support2rust.wl              = { t_q3shader_base_support=! }
  1786.         base_support/x_support.wl                 = { t_q3shader_base_support=! }
  1787.         base_support/x_support2.wl                = { t_q3shader_base_support=! }
  1788.         base_support/x_support3.wl                = { t_q3shader_base_support=! }
  1789.         base_support/z_support.wl                 = { t_q3shader_base_support=! }
  1790.       }
  1791.       Base_Trim.txlist =
  1792.       {
  1793.         base_trim/border11_250.wl                 = { t_q3shader_base_trim=! }
  1794.         base_trim/border11light.wl                = { t_q3shader_base_trim=! }
  1795.         base_trim/border12b.wl                    = { t_q3shader_base_trim=! }
  1796.         base_trim/border12b_pj.wl                 = { t_q3shader_base_trim=! }
  1797.         base_trim/dark_tin2.wl                    = { t_q3shader_base_trim=! }
  1798.         base_trim/dark_tin2_trans.wl              = { t_q3shader_base_trim=! }
  1799.         base_trim/deeprust_trans.wl               = { t_q3shader_base_trim=! }
  1800.         base_trim/electricwall.wl                 = { t_q3shader_base_trim=! }
  1801.         base_trim/panel_glo.wl                    = { t_q3shader_base_trim=! }
  1802.         base_trim/panel_shiny.wl                  = { t_q3shader_base_trim=! }
  1803.         base_trim/panelbrn010w.wl                 = { t_q3shader_base_trim=! }
  1804.         base_trim/pewter_nonsolid.wl              = { t_q3shader_base_trim=! }
  1805.         base_trim/pewter_shiney.wl                = { t_q3shader_base_trim=! }
  1806.         base_trim/pewter_spec.wl                  = { t_q3shader_base_trim=! }
  1807.         base_trim/proto_comp.wl                   = { t_q3shader_base_trim=! }
  1808.         base_trim/proto_fence.wl                  = { t_q3shader_base_trim=! }
  1809.         base_trim/spiderbit.wl                    = { t_q3shader_base_trim=! }
  1810.         base_trim/spiderbite.wl                   = { t_q3shader_base_trim=! }
  1811.         base_trim/spidertrim3.wl                  = { t_q3shader_base_trim=! }
  1812.         base_trim/spidertrim4.wl                  = { t_q3shader_base_trim=! }
  1813.         base_trim/techborder.wl                   = { t_q3shader_base_trim=! }
  1814.         base_trim/tin.wl                          = { t_q3shader_base_trim=! }
  1815.         base_trim/wires01.wl                      = { t_q3shader_base_trim=! }
  1816.         base_trim/wires01_ass.wl                  = { t_q3shader_base_trim=! }
  1817.         base_trim/wires02.wl                      = { t_q3shader_base_trim=! }
  1818.         base_trim/xborder12b.wl                   = { t_q3shader_base_trim=! }
  1819.       }
  1820.       Base_Wall.txlist =
  1821.       {
  1822.         base_wall/atech1_alpha.wl                 = { t_q3shader_base_wall=! }
  1823.         base_wall/atechengine_ax.wl               = { t_q3shader_base_wall=! }
  1824.         base_wall/basewall01_ow.wl                = { t_q3shader_base_wall=! }
  1825.         base_wall/basewall01bit.wl                = { t_q3shader_base_wall=! }
  1826.         base_wall/bluemetal1b_chrome.wl           = { t_q3shader_base_wall=! }
  1827.         base_wall/bluemetal1b_shiny.wl            = { t_q3shader_base_wall=! }
  1828.         base_wall/bluemetal2_noisy.wl             = { t_q3shader_base_wall=! }
  1829.         base_wall/bluemetal2_shiny.wl             = { t_q3shader_base_wall=! }
  1830.         base_wall/bluemetal2_shiny_trans.wl       = { t_q3shader_base_wall=! }
  1831.         base_wall/bluemetalsupport2.wl            = { t_q3shader_base_wall=! }
  1832.         base_wall/bluemetalsupport2b.wl           = { t_q3shader_base_wall=! }
  1833.         base_wall/bluemetalsupport2c.wl           = { t_q3shader_base_wall=! }
  1834.         base_wall/bluemetalsupport2c_1.wl         = { t_q3shader_base_wall=! }
  1835.         base_wall/bluemetalsupport2c_1vent.wl     = { t_q3shader_base_wall=! }
  1836.         base_wall/bluemetalsupport2clight.wl      = { t_q3shader_base_wall=! }
  1837.         base_wall/bluemetalsupport2d_1.wl         = { t_q3shader_base_wall=! }
  1838.         base_wall/bluemetalsupport2e.wl           = { t_q3shader_base_wall=! }
  1839.         base_wall/bluemetalsupport2e2.wl          = { t_q3shader_base_wall=! }
  1840.         base_wall/bluemetalsupport2eye.wl         = { t_q3shader_base_wall=! }
  1841.         base_wall/bluemetalsupport2f.wl           = { t_q3shader_base_wall=! }
  1842.         base_wall/bluemetalsupport2fline.wl       = { t_q3shader_base_wall=! }
  1843.         base_wall/bluemetalsupport2ftv.wl         = { t_q3shader_base_wall=! }
  1844.         base_wall/blumtlspt2b.wl                  = { t_q3shader_base_wall=! }
  1845.         base_wall/chrome_metal.wl                 = { t_q3shader_base_wall=! }
  1846.         base_wall/comp3.wl                        = { t_q3shader_base_wall=! }
  1847.         base_wall/comp3b.wl                       = { t_q3shader_base_wall=! }
  1848.         base_wall/comp3b_dark.wl                  = { t_q3shader_base_wall=! }
  1849.         base_wall/comp3c.wl                       = { t_q3shader_base_wall=! }
  1850.         base_wall/concrete_ow.wl                  = { t_q3shader_base_wall=! }
  1851.         base_wall/c_met5_2_trans.wl               = { t_q3shader_base_wall=! }
  1852.         base_wall/dooreye.wl                      = { t_q3shader_base_wall=! }
  1853.         base_wall/dooreye2.wl                     = { t_q3shader_base_wall=! }
  1854.         base_wall/dooreye3.wl                     = { t_q3shader_base_wall=! }
  1855.         base_wall/girders1i_yellofin.wl           = { t_q3shader_base_wall=! }
  1856.         base_wall/glass01.wl                      = { t_q3shader_base_wall=! }
  1857.         base_wall/glass_frame.wl                  = { t_q3shader_base_wall=! }
  1858.         base_wall/grill.wl                        = { t_q3shader_base_wall=! }
  1859.         base_wall/main_q3abanner.wl               = { t_q3shader_base_wall=! }
  1860.         base_wall/medal_impressive.wl             = { t_q3shader_base_wall=! }
  1861.         base_wall/metalfloor_wall_14_specular.wl  = { t_q3shader_base_wall=! }
  1862.         base_wall/metalfloor_wall_15ow.wl         = { t_q3shader_base_wall=! }
  1863.         base_wall/metaltechgeomtrn.wl             = { t_q3shader_base_wall=! }
  1864.         base_wall/patch10shiny.wl                 = { t_q3shader_base_wall=! }
  1865.         base_wall/patch10shiny_trans.wl           = { t_q3shader_base_wall=! }
  1866.         base_wall/protobanner.wl                  = { t_q3shader_base_wall=! }
  1867.         base_wall/protobanner_ow.wl               = { t_q3shader_base_wall=! }
  1868.         base_wall/protobanner_still.wl            = { t_q3shader_base_wall=! }
  1869.         base_wall/q3tourneyscreen.wl              = { t_q3shader_base_wall=! }
  1870.         base_wall/shinybluemetal1.wl              = { t_q3shader_base_wall=! }
  1871.         base_wall/shinygrate1_4.wl                = { t_q3shader_base_wall=! }
  1872.         base_wall/steed1gf.wl                     = { t_q3shader_base_wall=! }
  1873.         base_wall/symbol_bluelt1.wl               = { t_q3shader_base_wall=! }
  1874.         base_wall/train1.wl                       = { t_q3shader_base_wall=! }
  1875.       }
  1876.       Common.txlist =
  1877.       {
  1878.         common/areaportal.wl                      = { t_q3shader_common=! }
  1879.         common/caulk.wl                           = { t_q3shader_common=! }
  1880.         common/clip.wl                            = { t_q3shader_common=! }
  1881.         common/clusterportal.wl                   = { t_q3shader_common=! }
  1882.         common/cushion.wl                         = { t_q3shader_common=! }
  1883.         common/donotenter.wl                      = { t_q3shader_common=! }
  1884.         common/energypad.wl                       = { t_q3shader_common=! }
  1885.         common/full_clip.wl                       = { t_q3shader_common=! }
  1886.         common/hint.wl                            = { t_q3shader_common=! }
  1887.         common/invisible.wl                       = { t_q3shader_common=! }
  1888.         common/mirror1.wl                         = { t_q3shader_common=! }
  1889.         common/mirror2.wl                         = { t_q3shader_common=! }
  1890.         common/missileclip.wl                     = { t_q3shader_common=! }
  1891.         common/nodraw.wl                          = { t_q3shader_common=! }
  1892.         common/nodrawnonsolid.wl                  = { t_q3shader_common=! }
  1893.         common/nodrop.wl                          = { t_q3shader_common=! }
  1894.         common/noimpact.wl                        = { t_q3shader_common=! }
  1895.         common/nolightmap.wl                      = { t_q3shader_common=! }
  1896.         common/origin.wl                          = { t_q3shader_common=! }
  1897.         common/portal.wl                          = { t_q3shader_common=! }
  1898.         common/skip.wl                            = { t_q3shader_common=! }
  1899.         common/slick.wl                           = { t_q3shader_common=! }
  1900.         common/teleporter.wl                      = { t_q3shader_common=! }
  1901.         common/timportal.wl                       = { t_q3shader_common=! }
  1902.         common/trigger.wl                         = { t_q3shader_common=! }
  1903.         common/weapclip.wl                        = { t_q3shader_common=! }
  1904.       }
  1905.       Ctf.txlist =
  1906.       {
  1907.         ctf/blue_telep.wl                         = { t_q3shader_ctf=! }
  1908.         ctf/ctf_arch_b_shiny.wl                   = { t_q3shader_ctf=! }
  1909.         ctf/ctf_arch_r_shiny.wl                   = { t_q3shader_ctf=! }
  1910.         ctf/ctf_blueflag.wl                       = { t_q3shader_ctf=! }
  1911.         ctf/ctf_redflag.wl                        = { t_q3shader_ctf=! }
  1912.         ctf/ctf_tower_bluefin_shiny.wl            = { t_q3shader_ctf=! }
  1913.         ctf/ctf_tower_redfin_shiny.wl             = { t_q3shader_ctf=! }
  1914.         ctf/killblockctf_b.wl                     = { t_q3shader_ctf=! }
  1915.         ctf/killblockctf_r.wl                     = { t_q3shader_ctf=! }
  1916.         ctf/metalbase09_bluekillblock_shiny.wl    = { t_q3shader_ctf=! }
  1917.         ctf/red_scary4_cfin.wl                    = { t_q3shader_ctf=! }
  1918.         ctf/red_scary4_csansfacefin.wl            = { t_q3shader_ctf=! }
  1919.         ctf/red_scary4_d3fin.wl                   = { t_q3shader_ctf=! }
  1920.         ctf/red_telep.wl                          = { t_q3shader_ctf=! }
  1921.         ctf/tallblue_1L_fin_shiny.wl              = { t_q3shader_ctf=! }
  1922.         ctf/tallblue_1R_fin_shiny.wl              = { t_q3shader_ctf=! }
  1923.         ctf/tallblue_2_fin.wl                     = { t_q3shader_ctf=! }
  1924.         ctf/tallblue_2b_fin.wl                    = { t_q3shader_ctf=! }
  1925.         ctf/tallblue_4bsmall_fin.wl               = { t_q3shader_ctf=! }
  1926.         ctf/tallblue_4c_fin_shiny.wl              = { t_q3shader_ctf=! }
  1927.         ctf/tallblue_5esmallb_fin.wl              = { t_q3shader_ctf=! }
  1928.         ctf/test2_r_trans.wl                      = { t_q3shader_ctf=! }
  1929.         ctf/test2_trans.wl                        = { t_q3shader_ctf=! }
  1930.       }
  1931.       Eerie.txlist =
  1932.       {
  1933.         eerie/blackness.wl                        = { t_q3shader_eerie=! }
  1934.       }
  1935.       Gothic_Block.txlist =
  1936.       {
  1937.         gothic_block/blocks15cgeomtrn.wl          = { t_q3shader_gothic_block=! }
  1938.         gothic_block/blocks17_ow.wl               = { t_q3shader_gothic_block=! }
  1939.         gothic_block/blocks17bloody.wl            = { t_q3shader_gothic_block=! }
  1940.         gothic_block/blocks17g_ow.wl              = { t_q3shader_gothic_block=! }
  1941.         gothic_block/blocks18b_ow.wl              = { t_q3shader_gothic_block=! }
  1942.         gothic_block/blocks18cgeomtrn2.wl         = { t_q3shader_gothic_block=! }
  1943.         gothic_block/blocks18cgeomtrnx.wl         = { t_q3shader_gothic_block=! }
  1944.         gothic_block/blocks18d_trans.wl           = { t_q3shader_gothic_block=! }
  1945.         gothic_block/demon_block15fx.wl           = { t_q3shader_gothic_block=! }
  1946.         gothic_block/evil_e3bwindow.wl            = { t_q3shader_gothic_block=! }
  1947.         gothic_block/evil_e3window.wl             = { t_q3shader_gothic_block=! }
  1948.         gothic_block/evil_e3window_dark.wl        = { t_q3shader_gothic_block=! }
  1949.         gothic_block/flicker_blocks10.wl          = { t_q3shader_gothic_block=! }
  1950.         gothic_block/gkc17d.wl                    = { t_q3shader_gothic_block=! }
  1951.         gothic_block/gkcspinemove.wl              = { t_q3shader_gothic_block=! }
  1952.         gothic_block/killblock_i4b.wl             = { t_q3shader_gothic_block=! }
  1953.         gothic_block/killblockgeomtrn.wl          = { t_q3shader_gothic_block=! }
  1954.         gothic_block/killtrim_trans.wl            = { t_q3shader_gothic_block=! }
  1955.         gothic_block/largerblock3blood.wl         = { t_q3shader_gothic_block=! }
  1956.         gothic_block/mkc_evil_e3window.wl         = { t_q3shader_gothic_block=! }
  1957.         gothic_block/wetwall.wl                   = { t_q3shader_gothic_block=! }
  1958.       }
  1959.       Gothic_Button.txlist =
  1960.       {
  1961.         gothic_button/timbutton.wl                = { t_q3shader_gothic_button=! }
  1962.       }
  1963.       Gothic_Door.txlist =
  1964.       {
  1965.         gothic_door/door02_bred2_shiny.wl         = { t_q3shader_gothic_door=! }
  1966.         gothic_door/door02_eblue2_shiny.wl        = { t_q3shader_gothic_door=! }
  1967.         gothic_door/door02_i_ornate5_fin.wl       = { t_q3shader_gothic_door=! }
  1968.         gothic_door/skullarch_b.wl                = { t_q3shader_gothic_door=! }
  1969.       }
  1970.       Gothic_Floor.txlist =
  1971.       {
  1972.         gothic_floor/center2trn.wl                = { t_q3shader_gothic_floor=! }
  1973.         gothic_floor/largerblock3b_ow.wl          = { t_q3shader_gothic_floor=! }
  1974.         gothic_floor/metalbridge06brokeb.wl       = { t_q3shader_gothic_floor=! }
  1975.         gothic_floor/pent_metalbridge02.wl        = { t_q3shader_gothic_floor=! }
  1976.         gothic_floor/pent_metalbridge06.wl        = { t_q3shader_gothic_floor=! }
  1977.         gothic_floor/pent_metalbridge06b.wl       = { t_q3shader_gothic_floor=! }
  1978.         gothic_floor/q1metal7_99spot.wl           = { t_q3shader_gothic_floor=! }
  1979.         gothic_floor/xq1metalbig_ow.wl            = { t_q3shader_gothic_floor=! }
  1980.         gothic_floor/xstepborder3_shiney.wl       = { t_q3shader_gothic_floor=! }
  1981.       }
  1982.       Gothic_Light.txlist =
  1983.       {
  1984.         gothic_light/border7_ceil39_6k.wl         = { t_q3shader_gothic_light=! }
  1985.         gothic_light/border7_ceil39b_10k.wl       = { t_q3shader_gothic_light=! }
  1986.         gothic_light/flicker_light15k.wl          = { t_q3shader_gothic_light=! }
  1987.         gothic_light/goth_lt2_lrg2k.wl            = { t_q3shader_gothic_light=! }
  1988.         gothic_light/gothic_light2_1k.wl          = { t_q3shader_gothic_light=! }
  1989.         gothic_light/gothic_light2_2K.wl          = { t_q3shader_gothic_light=! }
  1990.         gothic_light/gothic_light2_4K.wl          = { t_q3shader_gothic_light=! }
  1991.         gothic_light/gothic_light2_lrg_1k.wl      = { t_q3shader_gothic_light=! }
  1992.         gothic_light/gothic_light2_lrg_200.wl     = { t_q3shader_gothic_light=! }
  1993.         gothic_light/gothic_light2_lrg_2k.wl      = { t_q3shader_gothic_light=! }
  1994.         gothic_light/gothic_light2_lrg_500.wl     = { t_q3shader_gothic_light=! }
  1995.         gothic_light/gothic_light3_10K.wl         = { t_q3shader_gothic_light=! }
  1996.         gothic_light/gothic_light3_15K.wl         = { t_q3shader_gothic_light=! }
  1997.         gothic_light/gothic_light3_1K.wl          = { t_q3shader_gothic_light=! }
  1998.         gothic_light/gothic_light3_20K.wl         = { t_q3shader_gothic_light=! }
  1999.         gothic_light/gothic_light3_2K.wl          = { t_q3shader_gothic_light=! }
  2000.         gothic_light/gothic_light3_3k.wl          = { t_q3shader_gothic_light=! }
  2001.         gothic_light/gothic_light3_4K.wl          = { t_q3shader_gothic_light=! }
  2002.         gothic_light/gothic_light3_5K.wl          = { t_q3shader_gothic_light=! }
  2003.         gothic_light/gothic_light3_6K.wl          = { t_q3shader_gothic_light=! }
  2004.         gothic_light/gothic_light3_7K.wl          = { t_q3shader_gothic_light=! }
  2005.         gothic_light/gothic_light3_8K.wl          = { t_q3shader_gothic_light=! }
  2006.         gothic_light/ironcrosslt1_1000.wl         = { t_q3shader_gothic_light=! }
  2007.         gothic_light/ironcrosslt1_10000.wl        = { t_q3shader_gothic_light=! }
  2008.         gothic_light/ironcrosslt1_120000.wl       = { t_q3shader_gothic_light=! }
  2009.         gothic_light/ironcrosslt1_2000.wl         = { t_q3shader_gothic_light=! }
  2010.         gothic_light/ironcrosslt1_20000.wl        = { t_q3shader_gothic_light=! }
  2011.         gothic_light/ironcrosslt1_2500.wl         = { t_q3shader_gothic_light=! }
  2012.         gothic_light/ironcrosslt1_3000.wl         = { t_q3shader_gothic_light=! }
  2013.         gothic_light/ironcrosslt1_30000.wl        = { t_q3shader_gothic_light=! }
  2014.         gothic_light/ironcrosslt1_4000.wl         = { t_q3shader_gothic_light=! }
  2015.         gothic_light/ironcrosslt1_40000.wl        = { t_q3shader_gothic_light=! }
  2016.         gothic_light/ironcrosslt1_5000.wl         = { t_q3shader_gothic_light=! }
  2017.         gothic_light/ironcrosslt1_500000.wl       = { t_q3shader_gothic_light=! }
  2018.         gothic_light/ironcrosslt2_1000.wl         = { t_q3shader_gothic_light=! }
  2019.         gothic_light/ironcrosslt2_10000.wl        = { t_q3shader_gothic_light=! }
  2020.         gothic_light/ironcrosslt2_2000.wl         = { t_q3shader_gothic_light=! }
  2021.         gothic_light/ironcrosslt2_20000.wl        = { t_q3shader_gothic_light=! }
  2022.         gothic_light/ironcrosslt2_2500.wl         = { t_q3shader_gothic_light=! }
  2023.         gothic_light/ironcrosslt2_3000.wl         = { t_q3shader_gothic_light=! }
  2024.         gothic_light/ironcrosslt2_30000.wl        = { t_q3shader_gothic_light=! }
  2025.         gothic_light/ironcrosslt2_4000.wl         = { t_q3shader_gothic_light=! }
  2026.         gothic_light/ironcrosslt2_40000.wl        = { t_q3shader_gothic_light=! }
  2027.         gothic_light/ironcrosslt2_5000.wl         = { t_q3shader_gothic_light=! }
  2028.         gothic_light/ironcrossltblue_10000.wl     = { t_q3shader_gothic_light=! }
  2029.         gothic_light/ironcrossltblue_2000.wl      = { t_q3shader_gothic_light=! }
  2030.         gothic_light/ironcrossltblue_20000.wl     = { t_q3shader_gothic_light=! }
  2031.         gothic_light/ironcrossltblue_3000.wl      = { t_q3shader_gothic_light=! }
  2032.         gothic_light/ironcrossltblue_30000.wl     = { t_q3shader_gothic_light=! }
  2033.         gothic_light/ironcrossltblue_4000.wl      = { t_q3shader_gothic_light=! }
  2034.         gothic_light/ironcrossltblue_5000.wl      = { t_q3shader_gothic_light=! }
  2035.         gothic_light/ironcrossltred_10000.wl      = { t_q3shader_gothic_light=! }
  2036.         gothic_light/ironcrossltred_2000.wl       = { t_q3shader_gothic_light=! }
  2037.         gothic_light/ironcrossltred_20000.wl      = { t_q3shader_gothic_light=! }
  2038.         gothic_light/ironcrossltred_3000.wl       = { t_q3shader_gothic_light=! }
  2039.         gothic_light/ironcrossltred_30000.wl      = { t_q3shader_gothic_light=! }
  2040.         gothic_light/ironcrossltred_4000.wl       = { t_q3shader_gothic_light=! }
  2041.         gothic_light/ironcrossltred_5000.wl       = { t_q3shader_gothic_light=! }
  2042.         gothic_light/light1_4Kgothic.wl           = { t_q3shader_gothic_light=! }
  2043.         gothic_light/light1_6Kgothic.wl           = { t_q3shader_gothic_light=! }
  2044.         gothic_light/light1_6Kgothicred.wl        = { t_q3shader_gothic_light=! }
  2045.         gothic_light/pentagram_light1_10K.wl      = { t_q3shader_gothic_light=! }
  2046.         gothic_light/pentagram_light1_15K.wl      = { t_q3shader_gothic_light=! }
  2047.         gothic_light/pentagram_light1_1K.wl       = { t_q3shader_gothic_light=! }
  2048.         gothic_light/pentagram_light1_2K.wl       = { t_q3shader_gothic_light=! }
  2049.         gothic_light/pentagram_light1_3K.wl       = { t_q3shader_gothic_light=! }
  2050.         gothic_light/pentagram_light1_4K.wl       = { t_q3shader_gothic_light=! }
  2051.         gothic_light/pentagram_light1_5K.wl       = { t_q3shader_gothic_light=! }
  2052.       }
  2053.       Gothic_Trim.txlist =
  2054.       {
  2055.         gothic_trim/baseboard09_p_shiny.wl        = { t_q3shader_gothic_trim=! }
  2056.         gothic_trim/border6_trans.wl              = { t_q3shader_gothic_trim=! }
  2057.         gothic_trim/column2c_trans.wl             = { t_q3shader_gothic_trim=! }
  2058.         gothic_trim/gothgrate2.wl                 = { t_q3shader_gothic_trim=! }
  2059.         gothic_trim/metalsupport4b_trans.wl       = { t_q3shader_gothic_trim=! }
  2060.         gothic_trim/metalsupport4h_shiny.wl       = { t_q3shader_gothic_trim=! }
  2061.         gothic_trim/metalsupport4h_trans.wl       = { t_q3shader_gothic_trim=! }
  2062.         gothic_trim/metalsupport4j_trans.wl       = { t_q3shader_gothic_trim=! }
  2063.         gothic_trim/metlsupport4i_shiney.wl       = { t_q3shader_gothic_trim=! }
  2064.         gothic_trim/pitted_rust2_trans.wl         = { t_q3shader_gothic_trim=! }
  2065.         gothic_trim/pitted_rust3_trans.wl         = { t_q3shader_gothic_trim=! }
  2066.         gothic_trim/supportborderside_shiney.wl   = { t_q3shader_gothic_trim=! }
  2067.         gothic_trim/tongue_bone.wl                = { t_q3shader_gothic_trim=! }
  2068.         gothic_trim/x_noblight.wl                 = { t_q3shader_gothic_trim=! }
  2069.         gothic_trim/zinc_shiny.wl                 = { t_q3shader_gothic_trim=! }
  2070.       }
  2071.       Gothic_Wall.txlist =
  2072.       {
  2073.         gothic_wall/iron01_m.wl                   = { t_q3shader_gothic_wall=! }
  2074.         gothic_wall/iron01_ndark.wl               = { t_q3shader_gothic_wall=! }
  2075.         gothic_wall/streetbricks10_shiny.wl       = { t_q3shader_gothic_wall=! }
  2076.         gothic_wall/window_evil6a.wl              = { t_q3shader_gothic_wall=! }
  2077.         gothic_wall/xoct20c_shiney.wl             = { t_q3shader_gothic_wall=! }
  2078.         gothic_wall/xpipecolumn_gray_shiny.wl     = { t_q3shader_gothic_wall=! }
  2079.       }
  2080.       Liquid.txlist =
  2081.       {
  2082.         liquids/calm_poollight.wl                 = { t_q3shader_liquid=! }
  2083.         liquids/clear_calm1.wl                    = { t_q3shader_liquid=! }
  2084.         liquids/clear_ripple1.wl                  = { t_q3shader_liquid=! }
  2085.         liquids/clear_ripple1_q3dm1.wl            = { t_q3shader_liquid=! }
  2086.         liquids/clear_ripple2.wl                  = { t_q3shader_liquid=! }
  2087.         liquids/clear_ripple3.wl                  = { t_q3shader_liquid=! }
  2088.         liquids/flatlavahell_1500.wl              = { t_q3shader_liquid=! }
  2089.         liquids/flatripplewater_1500.wl           = { t_q3shader_liquid=! }
  2090.         liquids/lavahell.wl                       = { t_q3shader_liquid=! }
  2091.         liquids/lavahell2.wl                      = { t_q3shader_liquid=! }
  2092.         liquids/lavahell_1000.wl                  = { t_q3shader_liquid=! }
  2093.         liquids/lavahell_2000.wl                  = { t_q3shader_liquid=! }
  2094.         liquids/lavahell_2500.wl                  = { t_q3shader_liquid=! }
  2095.         liquids/lavahell_750.wl                   = { t_q3shader_liquid=! }
  2096.         liquids/lavahell_xdm1.wl                  = { t_q3shader_liquid=! }
  2097.         liquids/lavahelldark.wl                   = { t_q3shader_liquid=! }
  2098.         liquids/lavahellflat_400.wl               = { t_q3shader_liquid=! }
  2099.         liquids/protolava.wl                      = { t_q3shader_liquid=! }
  2100.         liquids/slime1.wl                         = { t_q3shader_liquid=! }
  2101.         liquids/slime1_2000.wl                    = { t_q3shader_liquid=! }
  2102.       }
  2103.       Organics.txlist =
  2104.       {
  2105.         organics/dirt_trans.wl                    = { t_q3shader_organics=! }
  2106.         organics/wire02a_f.wl                     = { t_q3shader_organics=! }
  2107.       }
  2108.       Sfx.txlist =
  2109.       {
  2110.         sfx/beam.wl                               = { t_q3shader_sfx=! }
  2111.         sfx/beam_blue.wl                          = { t_q3shader_sfx=! }
  2112.         sfx/beam_dusty2.wl                        = { t_q3shader_sfx=! }
  2113.         sfx/beam_red.wl                           = { t_q3shader_sfx=! }
  2114.         sfx/beam_waterlight2.wl                   = { t_q3shader_sfx=! }
  2115.         sfx/blackness.wl                          = { t_q3shader_sfx=! }
  2116.         sfx/blocks17final_pent.wl                 = { t_q3shader_sfx=! }
  2117.         sfx/blocks17g_jumpad.wl                   = { t_q3shader_sfx=! }
  2118.         sfx/blocks18ccomputer.wl                  = { t_q3shader_sfx=! }
  2119.         sfx/border11c.wl                          = { t_q3shader_sfx=! }
  2120.         sfx/bounce_concrete.wl                    = { t_q3shader_sfx=! }
  2121.         sfx/bounce_dirt.wl                        = { t_q3shader_sfx=! }
  2122.         sfx/bounce_largeblock3.wl                 = { t_q3shader_sfx=! }
  2123.         sfx/bounce_largeblock3b.wl                = { t_q3shader_sfx=! }
  2124.         sfx/bounce_metalbridge04.wl               = { t_q3shader_sfx=! }
  2125.         sfx/bounce_xq1metalbig.wl                 = { t_q3shader_sfx=! }
  2126.         sfx/bouncepad01_block17.wl                = { t_q3shader_sfx=! }
  2127.         sfx/bouncepad01_metalbridge06b.wl         = { t_q3shader_sfx=! }
  2128.         sfx/bouncepad01_xarch.wl                  = { t_q3shader_sfx=! }
  2129.         sfx/bouncepad01block18b.wl                = { t_q3shader_sfx=! }
  2130.         sfx/bouncepad1q1metal7_99.wl              = { t_q3shader_sfx=! }
  2131.         sfx/bugmirror.wl                          = { t_q3shader_sfx=! }
  2132.         sfx/bullseye.wl                           = { t_q3shader_sfx=! }
  2133.         sfx/clangdark_bounce.wl                   = { t_q3shader_sfx=! }
  2134.         sfx/computer_blocks17.wl                  = { t_q3shader_sfx=! }
  2135.         sfx/computerblocks15.wl                   = { t_q3shader_sfx=! }
  2136.         sfx/computerpurptileb.wl                  = { t_q3shader_sfx=! }
  2137.         sfx/console01.wl                          = { t_q3shader_sfx=! }
  2138.         sfx/console03.wl                          = { t_q3shader_sfx=! }
  2139.         sfx/constfog.wl                           = { t_q3shader_sfx=! }
  2140.         sfx/demonltblackfinal.wl                  = { t_q3shader_sfx=! }
  2141.         sfx/diamond2cjumppad.wl                   = { t_q3shader_sfx=! }
  2142.         sfx/dust_puppy2.wl                        = { t_q3shader_sfx=! }
  2143.         sfx/fan.wl                                = { t_q3shader_sfx=! }
  2144.         sfx/fan3.wl                               = { t_q3shader_sfx=! }
  2145.         sfx/fan3bladeb.wl                         = { t_q3shader_sfx=! }
  2146.         sfx/fan_grate.wl                          = { t_q3shader_sfx=! }
  2147.         sfx/fanfx.wl                              = { t_q3shader_sfx=! }
  2148.         sfx/fishy.wl                              = { t_q3shader_sfx=! }
  2149.         sfx/flame1.wl                             = { t_q3shader_sfx=! }
  2150.         sfx/flame1_hell.wl                        = { t_q3shader_sfx=! }
  2151.         sfx/flame1dark.wl                         = { t_q3shader_sfx=! }
  2152.         sfx/flame1km.wl                           = { t_q3shader_sfx=! }
  2153.         sfx/flame1side.wl                         = { t_q3shader_sfx=! }
  2154.         sfx/flame2.wl                             = { t_q3shader_sfx=! }
  2155.         sfx/flameanim_blue.wl                     = { t_q3shader_sfx=! }
  2156.         sfx/flameanim_blue_nolight.wl             = { t_q3shader_sfx=! }
  2157.         sfx/flameanim_blue_pj.wl                  = { t_q3shader_sfx=! }
  2158.         sfx/flameanim_dimmer.wl                   = { t_q3shader_sfx=! }
  2159.         sfx/flameanim_green_pj.wl                 = { t_q3shader_sfx=! }
  2160.         sfx/flameanim_red.wl                      = { t_q3shader_sfx=! }
  2161.         sfx/flameanim_red_nolight.wl              = { t_q3shader_sfx=! }
  2162.         sfx/flameanim_red_pj.wl                   = { t_q3shader_sfx=! }
  2163.         sfx/fog_intel.wl                          = { t_q3shader_sfx=! }
  2164.         sfx/fog_q3dm10.wl                         = { t_q3shader_sfx=! }
  2165.         sfx/fog_timctf1.wl                        = { t_q3shader_sfx=! }
  2166.         sfx/fog_timdm1.wl                         = { t_q3shader_sfx=! }
  2167.         sfx/fog_timdm2.wl                         = { t_q3shader_sfx=! }
  2168.         sfx/fog_timdm8.wl                         = { t_q3shader_sfx=! }
  2169.         sfx/healthfloor.wl                        = { t_q3shader_sfx=! }
  2170.         sfx/hellfog.wl                            = { t_q3shader_sfx=! }
  2171.         sfx/hellfog_1k.wl                         = { t_q3shader_sfx=! }
  2172.         sfx/hellfog_mini_dm10.wl                  = { t_q3shader_sfx=! }
  2173.         sfx/hellfog_pj_dm10.wl                    = { t_q3shader_sfx=! }
  2174.         sfx/hellfog_tim_dm14.wl                   = { t_q3shader_sfx=! }
  2175.         sfx/hellfogdense.wl                       = { t_q3shader_sfx=! }
  2176.         sfx/jacobs_x.wl                           = { t_q3shader_sfx=! }
  2177.         sfx/kc_hellfog_1k.wl                      = { t_q3shader_sfx=! }
  2178.         sfx/largerblock3b3_pent.wl                = { t_q3shader_sfx=! }
  2179.         sfx/largerblock3b3x128_pent.wl            = { t_q3shader_sfx=! }
  2180.         sfx/largerblock3b3x128_pentred.wl         = { t_q3shader_sfx=! }
  2181.         sfx/launchpad_blocks17.wl                 = { t_q3shader_sfx=! }
  2182.         sfx/launchpad_blocks18d.wl                = { t_q3shader_sfx=! }
  2183.         sfx/launchpad_diamond.wl                  = { t_q3shader_sfx=! }
  2184.         sfx/launchpad_metalbridge04d.wl           = { t_q3shader_sfx=! }
  2185.         sfx/lavabeam.wl                           = { t_q3shader_sfx=! }
  2186.         sfx/lightmap.wl                           = { t_q3shader_sfx=! }
  2187.         sfx/metalbridge06_bounce.wl               = { t_q3shader_sfx=! }
  2188.         sfx/metaltech12final_bounce.wl            = { t_q3shader_sfx=! }
  2189.         sfx/mkc_bigflame.wl                       = { t_q3shader_sfx=! }
  2190.         sfx/mkc_fog_ctfblue.wl                    = { t_q3shader_sfx=! }
  2191.         sfx/mkc_fog_ctfblue2.wl                   = { t_q3shader_sfx=! }
  2192.         sfx/mkc_fog_ctfred.wl                     = { t_q3shader_sfx=! }
  2193.         sfx/mkc_fog_tdm3.wl                       = { t_q3shader_sfx=! }
  2194.         sfx/omm.wl                                = { t_q3shader_sfx=! }
  2195.         sfx/pentagramfloor_red3test.wl            = { t_q3shader_sfx=! }
  2196.         sfx/pentfloor_diamond2c.wl                = { t_q3shader_sfx=! }
  2197.         sfx/pj_a1_fog1.wl                         = { t_q3shader_sfx=! }
  2198.         sfx/portal2_sfx.wl                        = { t_q3shader_sfx=! }
  2199.         sfx/portal_sfx.wl                         = { t_q3shader_sfx=! }
  2200.         sfx/portal_sfx_ring.wl                    = { t_q3shader_sfx=! }
  2201.         sfx/proto_hellfog.wl                      = { t_q3shader_sfx=! }
  2202.         sfx/proto_zzztblu3.wl                     = { t_q3shader_sfx=! }
  2203.         sfx/pureblack.wl                          = { t_q3shader_sfx=! }
  2204.         sfx/q3dm14fog.wl                          = { t_q3shader_sfx=! }
  2205.         sfx/q3dm9fog.wl                           = { t_q3shader_sfx=! }
  2206.         sfx/q3tourney3fog.wl                      = { t_q3shader_sfx=! }
  2207.         sfx/rain.wl                               = { t_q3shader_sfx=! }
  2208.         sfx/smallerblock3b3dim_pent.wl            = { t_q3shader_sfx=! }
  2209.         sfx/spawn_floor.wl                        = { t_q3shader_sfx=! }
  2210.         sfx/spawn_floord2c.wl                     = { t_q3shader_sfx=! }
  2211.         sfx/teslacoil.wl                          = { t_q3shader_sfx=! }
  2212.         sfx/teslacoil3.wl                         = { t_q3shader_sfx=! }
  2213.         sfx/testconstantfog.wl                    = { t_q3shader_sfx=! }
  2214.         sfx/x_conduit.wl                          = { t_q3shader_sfx=! }
  2215.         sfx/xblackfog.wl                          = { t_q3shader_sfx=! }
  2216.         sfx/xbluefog.wl                           = { t_q3shader_sfx=! }
  2217.         sfx/xbluefogx128.wl                       = { t_q3shader_sfx=! }
  2218.         sfx/xdensegreyfog.wl                      = { t_q3shader_sfx=! }
  2219.         sfx/xfinalfog.wl                          = { t_q3shader_sfx=! }
  2220.         sfx/xfinalfog.wl                          = { t_q3shader_sfx=! }
  2221.         sfx/xfinalfoginvert.wl                    = { t_q3shader_sfx=! }
  2222.         sfx/xflame1.wl                            = { t_q3shader_sfx=! }
  2223.         sfx/xflame1side.wl                        = { t_q3shader_sfx=! }
  2224.         sfx/xflame2.wl                            = { t_q3shader_sfx=! }
  2225.         sfx/xflame2_1800.wl                       = { t_q3shader_sfx=! }
  2226.         sfx/xflame2_2250.wl                       = { t_q3shader_sfx=! }
  2227.         sfx/xflamebright.wl                       = { t_q3shader_sfx=! }
  2228.         sfx/xian_dm3padwall.wl                    = { t_q3shader_sfx=! }
  2229.         sfx/xlightgreyfog.wl                      = { t_q3shader_sfx=! }
  2230.         sfx/xmetalfloor_wall_14b.wl               = { t_q3shader_sfx=! }
  2231.         sfx/xmetalfloor_wall_5b.wl                = { t_q3shader_sfx=! }
  2232.         sfx/xmetalfloor_wall_9b.wl                = { t_q3shader_sfx=! }
  2233.         sfx/xq1metalbig_jumppad.wl                = { t_q3shader_sfx=! }
  2234.         sfx/xredfog.wl                            = { t_q3shader_sfx=! }
  2235.         sfx/zap_scroll.wl                         = { t_q3shader_sfx=! }
  2236.         sfx/zap_scroll1000.wl                     = { t_q3shader_sfx=! }
  2237.       }
  2238.       Skin.txlist =
  2239.       {
  2240.         skin/chapthroat2.wl                       = { t_q3shader_skin=! }
  2241.         skin/chapthroatooz.wl                     = { t_q3shader_skin=! }
  2242.         skin/nibbles.wl                           = { t_q3shader_skin=! }
  2243.         skin/skin1_trans.wl                       = { t_q3shader_skin=! }
  2244.         skin/skin5_trans.wl                       = { t_q3shader_skin=! }
  2245.         skin/skin6_trans.wl                       = { t_q3shader_skin=! }
  2246.         skin/skin6move.wl                         = { t_q3shader_skin=! }
  2247.         skin/surface8_trans.wl                    = { t_q3shader_skin=! }
  2248.         skin/tongue_trans.wl                      = { t_q3shader_skin=! }
  2249.       }
  2250.       Sky.txlist =
  2251.       {
  2252.         skies/blacksky.wl                         = { t_q3shader_sky=! }
  2253.         skies/hellsky2.wl                         = { t_q3shader_sky=! }
  2254.         skies/hellsky2bright.wl                   = { t_q3shader_sky=! }
  2255.         skies/kc_dm10sky.wl                       = { t_q3shader_sky=! }
  2256.         skies/kcbasesky_arena1_sky.wl             = { t_q3shader_sky=! }
  2257.         skies/killsky.wl                          = { t_q3shader_sky=! }
  2258.         skies/mkc_sky.wl                          = { t_q3shader_sky=! }
  2259.         skies/nightsky_xian_dm1.wl                = { t_q3shader_sky=! }
  2260.         skies/nightsky_xian_dm15.wl               = { t_q3shader_sky=! }
  2261.         skies/nightsky_xian_dm4.wl                = { t_q3shader_sky=! }
  2262.         skies/pj_arena2sky.wl                     = { t_q3shader_sky=! }
  2263.         skies/pj_arena4_sky.wl                    = { t_q3shader_sky=! }
  2264.         skies/pj_ctf1sky.wl                       = { t_q3shader_sky=! }
  2265.         skies/pj_ctf2_sky.wl                      = { t_q3shader_sky=! }
  2266.         skies/pj_dm10sky.wl                       = { t_q3shader_sky=! }
  2267.         skies/pj_dm9sky.wl                        = { t_q3shader_sky=! }
  2268.         skies/pjbasesky_arena1_sky.wl             = { t_q3shader_sky=! }
  2269.         skies/q3dm0.wl                            = { t_q3shader_sky=! }
  2270.         skies/skybox.wl                           = { t_q3shader_sky=! }
  2271.         skies/stars_arena7.wl                     = { t_q3shader_sky=! }
  2272.         skies/tim_dm14.wl                         = { t_q3shader_sky=! }
  2273.         skies/tim_dm14red.wl                      = { t_q3shader_sky=! }
  2274.         skies/tim_dm3_red.wl                      = { t_q3shader_sky=! }
  2275.         skies/tim_hell.wl                         = { t_q3shader_sky=! }
  2276.         skies/tim_km2.wl                          = { t_q3shader_sky=! }
  2277.         skies/toxicsky.wl                         = { t_q3shader_sky=! }
  2278.         skies/toxicskydim.wl                      = { t_q3shader_sky=! }
  2279.         skies/toxicskytim_blue.wl                 = { t_q3shader_sky=! }
  2280.         skies/toxicskytim_ctf1.wl                 = { t_q3shader_sky=! }
  2281.         skies/toxicskytim_dm2.wl                  = { t_q3shader_sky=! }
  2282.         skies/toxicskytim_dm3.wl                  = { t_q3shader_sky=! }
  2283.         skies/toxicskytim_dm4.wl                  = { t_q3shader_sky=! }
  2284.         skies/toxicskytim_dm5.wl                  = { t_q3shader_sky=! }
  2285.         skies/toxicskytim_dm7.wl                  = { t_q3shader_sky=! }
  2286.         skies/toxicskytim_dm8.wl                  = { t_q3shader_sky=! }
  2287.         skies/toxicskytim_dm9.wl                  = { t_q3shader_sky=! }
  2288.         skies/xblacksky_dm7.wl                    = { t_q3shader_sky=! }
  2289.         skies/xtoxicsky_ctf.wl                    = { t_q3shader_sky=! }
  2290.         skies/xtoxicsky_dm14.wl                   = { t_q3shader_sky=! }
  2291.         skies/xtoxicsky_dm3.wl                    = { t_q3shader_sky=! }
  2292.         skies/xtoxicsky_dm9.wl                    = { t_q3shader_sky=! }
  2293.         skies/xtoxicsky_q3ctf3.wl                 = { t_q3shader_sky=! }
  2294.         skies/xtoxicsky_tourney.wl                = { t_q3shader_sky=! }
  2295.         skies/xtoxicskytim_q3dm5.wl               = { t_q3shader_sky=! }
  2296.       }
  2297.     }
  2298.   }
  2299.  
  2300.   t_originpoly:incl = {
  2301.     ORIGIN:p =
  2302.     {
  2303.       east:f = { v = '8 0 0 8 64 0 8 0 64' tex = "common/origin" }
  2304.       west:f = { v = '-8 0 0 -8 -64 0 -8 0 64' tex = "common/origin" }
  2305.       north:f = { v = '0 8 0 -64 8 0 0 8 64' tex = "common/origin" }
  2306.       south:f = { v = '0 -8 0 64 -8 0 0 -8 64' tex = "common/origin" }
  2307.       up:f = { v = '0 0 24 64 0 24 0 64 24' tex = "common/origin" }
  2308.       down:f = { v = '0 0 -24 64 0 -24 0 -64 -24' tex = "common/origin" }
  2309.     }
  2310.     poly:p =
  2311.     {
  2312.       east:f = { v = '32 -32 -32 32 96 -32 32 -32 96' tex = "[auto]" }
  2313.       west:f = { v = '-32 -32 -32 -32 -32 96 -32 96 -32' tex = "[auto]" m = "1" }
  2314.       north:f = { v = '-32 32 -32 -32 32 96 96 32 -32' tex = "[auto]" m = "1" }
  2315.       south:f = { v = '-32 -32 -32 96 -32 -32 -32 -32 96' tex = "[auto]" }
  2316.       up:f = { v = '-32 -32 32 96 -32 32 -32 96 32' tex = "[auto]" }
  2317.       down:f = { v = '-32 -32 -32 -32 96 -32 96 -32 -32' tex = "[auto]" m = "1" }
  2318.     }
  2319.   }
  2320.  
  2321.   Q3Entities.qtx =
  2322.   {
  2323.     ToolBox = "New map items..."
  2324.     Root = "Quake3 Entities.qtxfolder"
  2325.     Quake3 Entities.qtxfolder =
  2326.     {
  2327.       Player Spawn Postions & Info_*.qtxfolder =
  2328.       {
  2329.         info_player_deathmatch:e =
  2330.         {
  2331.           origin = "0 0 0"
  2332.           angle = "360"
  2333.           ;desc = "Player spawing postion for all Q3A maps."
  2334.         }
  2335.         info_player_intermission:e =
  2336.         {
  2337.           origin = "0 0 0"
  2338.           angle = "360"
  2339.           ;desc = "Intermission camera for scenes between maps. Use only one per map."
  2340.         }
  2341.         info_player_start:e =
  2342.         {
  2343.           origin = "0 0 0"
  2344.           angle = "360"
  2345.           ;desc = "Works with Q3A, but not used in the id maps."
  2346.         }
  2347.         info_null:e =
  2348.         {
  2349.           origin = "0 0 0"
  2350.           ;desc = "A target for light to create a spotlight. A directional pointing entity. Can also use target_position"
  2351.         }
  2352.         info_notnull:e =
  2353.         {
  2354.           origin = "0 0 0"
  2355.           // Maleficus: Comment fixed
  2356.           ;desc = "Used as a positional target for entities that use directional pointing. Can also use target_position"
  2357.         }
  2358.       }
  2359.       Weapons & Ammo.qtxfolder =
  2360.       {
  2361.         weapon_gauntlet:e =
  2362.         {
  2363.           origin = "0 0 0"
  2364.           angle = "360"
  2365.           wait = "10"
  2366.           ;desc = "One-handed chainsaw-like weapon. Uses no ammo."
  2367.         }
  2368.         weapon_machinegun:e =
  2369.         {
  2370.           origin = "0 0 0"
  2371.           angle = "360"
  2372.           wait = "10"
  2373.           ;desc = "A weak multiple rounds fired weapon. Uses ammo_bullets. Model is broken, don't use."
  2374.         }
  2375.         weapon_shotgun:e =
  2376.         {
  2377.           origin = "0 0 0"
  2378.           angle = "360"
  2379.           wait = "10"
  2380.           ;desc = "Doubled barreled weapon with short range power.Uses ammo_shells."
  2381.         }
  2382.         weapon_grenadelauncher:e =
  2383.         {
  2384.           origin = "0 0 0"
  2385.           angle = "360"
  2386.           wait = "10"
  2387.           ;desc = "Canister style explosive launcher. Uses ammo_grenades."
  2388.         }
  2389.         weapon_rocketlauncher:e =
  2390.         {
  2391.           origin = "0 0 0"
  2392.           angle = "360"
  2393.           wait = "10"
  2394.           ;desc = "Impact explosive projectile weapon. Uses ammo_rockets."
  2395.         }
  2396.         weapon_lightning:e =
  2397.         {
  2398.           origin = "0 0 0"
  2399.           angle = "360"
  2400.           wait = "10"
  2401.           ;desc = "Electric stimulator. :P. Uses ammo_lightning."
  2402.         }
  2403.         weapon_railgun:e =
  2404.         {
  2405.           origin = "0 0 0"
  2406.           angle = "360"
  2407.           wait = "10"
  2408.           ;desc = "Long distance very powerful weapon. Uses ammo_slugs."
  2409.         }
  2410.         weapon_plasmagun:e =
  2411.         {
  2412.           origin = "0 0 0"
  2413.           angle = "360"
  2414.           wait = "10"
  2415.           ;desc = "Short range multiple shots fired weapons decent power. Uses ammo_cells."
  2416.         }
  2417.         weapon_bfg:e =
  2418.         {
  2419.           origin = "0 0 0"
  2420.           angle = "360"
  2421.           wait = "10"
  2422.           ;desc = "Does this really need a explanation? Uses ammo_bfg."
  2423.         }
  2424.         weapon_grapplinghook:e =
  2425.         {
  2426.           origin = "0 0 0"
  2427.           angle = "360"
  2428.           wait = "10"
  2429.           ;desc = "Pully and wire used for propelling oneself to higher elevation. Not used in game."
  2430.         }
  2431.         ammo_bullets:e =
  2432.         {
  2433.           origin = "0 0 0"
  2434.           angle = "360"
  2435.           ;desc = "Ammo used with weapon_machinegun."
  2436.         }
  2437.         ammo_shells:e =
  2438.         {
  2439.           origin = "0 0 0"
  2440.           angle = "360"
  2441.           ;desc = "Ammo used with weapon_shotgun."
  2442.         }
  2443.         ammo_grenades:e =
  2444.         {
  2445.           origin = "0 0 0"
  2446.           angle = "360"
  2447.           ;desc = "Ammo used with weapon_grenadelauncher."
  2448.         }
  2449.         ammo_rockets:e =
  2450.         {
  2451.           origin = "0 0 0"
  2452.           angle = "360"
  2453.           ;desc = "Ammo used with weapon_rocketlauncher."
  2454.         }
  2455.         ammo_lightning:e =
  2456.         {
  2457.           origin = "0 0 0"
  2458.           angle = "360"
  2459.           ;desc = "Ammo used with weapon_lightning."
  2460.         }
  2461.         ammo_slugs:e =
  2462.         {
  2463.           origin = "0 0 0"
  2464.           angle = "360"
  2465.           ;desc = "Ammo used with weapon_railgun."
  2466.         }
  2467.         ammo_cells:e =
  2468.         {
  2469.           origin = "0 0 0"
  2470.           angle = "360"
  2471.           ;desc = "Ammo used with weapon_plasmagun."
  2472.         }
  2473.         ammo_bfg:e =
  2474.         {
  2475.           origin = "0 0 0"
  2476.           angle = "360"
  2477.           ;desc = "Ammo used with weapon_bfg."
  2478.         }
  2479.       }
  2480.       // Maleficus: A new folder for the missing Q3 Bot entities.
  2481.       Bot Entites.qtxfolder =
  2482.       {
  2483.         info_camp:e =
  2484.         {
  2485.           origin = "0 0 0"
  2486.           ;desc = "This atttracts bots which have a camping preference in their AI characteristics. It should be placed at least 32 units away from any brush surface."
  2487.         }
  2488.         item_botroam:e =
  2489.         {
  2490.           origin = "0 0 0"
  2491.           ;desc = "An invisible entity which attracts a bot to it. Good for making bots visit a part of a map."
  2492.         }
  2493.       }
  2494.  
  2495.       Misc Entities.qtxfolder =
  2496.       {
  2497.         misc_portal_camera:e =
  2498.         {
  2499.           origin = "0 0 0"
  2500.           angle = "360"
  2501.           ;desc = "This is the view seen through a portal. Must target a target_postion."
  2502.         }
  2503.         misc_portal_surface:e =
  2504.         {
  2505.           origin = "0 0 0"
  2506.           angle = "360"
  2507.           ;desc = "This will turn the closet face of a brush to this entity into a portal and project the view of the misc_portal_camera onto face."
  2508.         }
  2509.         misc_teleporter_dest:e =
  2510.         {
  2511.           origin = "0 0 0"
  2512.           angle = "360"
  2513.           targetname = "[auto]"
  2514.           ;desc = "Point of teleportation. Is targeted by a trigger_teleporter."
  2515.         }
  2516.         // Maleficus: This is more logical in "Misc" Folder
  2517.         misc_model:e =
  2518.         {
  2519.           angle = "360"
  2520.           origin = "0 0 0"
  2521.           ;desc = "This can be used to place models in a map."
  2522.         }
  2523.       }
  2524.       Func Entities.qtxfolder =
  2525.       {
  2526.         func_bobbing:b =
  2527.         {
  2528.           angle = "360"
  2529.           ;incl = "defpoly"
  2530.           ;desc = "Used to create linear motion in a solid entity."
  2531.         }
  2532.         func_button:b =
  2533.         {
  2534.           angle = "360"
  2535.           ;incl = "defpoly"
  2536.           ;desc = "Just a button."
  2537.         }
  2538.         func_door:b =
  2539.         {
  2540.           angle = "360"
  2541.           ;incl = "defpoly"
  2542.           ;desc = "A standard door"
  2543.         }
  2544. // Maleficus: this entity is not in the game.
  2545. //    func_door_rotating:b =
  2546. //    {
  2547. //      angle = "360"
  2548. //      ;incl = "defpoly"
  2549. //      ;desc = "A standard rotating door"
  2550. //    }
  2551. // QuArK already has this functionality in its tree-view
  2552. //        func_group:e =
  2553. //        {
  2554. //          ;desc = "Used to group map items together."
  2555. //        }
  2556.         func_plat:b =
  2557.         {
  2558.           angle = "360"
  2559.           ;incl = "defpoly"
  2560.           ;desc = "Used to lift the player in the air with a brush. Bots don't use well!"
  2561.         }
  2562.         func_static:b =
  2563.         {
  2564.           ;incl = "defpoly"
  2565.           ;desc = "Static non-solid bspmodel. Can be used for conditional walls and models."
  2566.         }
  2567.         func_timer:e =
  2568.         {
  2569.           origin = "0 0 0"
  2570.           ;desc = "A time delay trigger."
  2571.         }
  2572.         func_train:b =
  2573.         {
  2574.           t_originpoly = !
  2575.           angle = "360"
  2576.           ;desc = "Used with path_corner to move a brush in a given path of direction."
  2577.         }
  2578.         func_pendulum:b =
  2579.         {
  2580.           angle = "360"
  2581.           ;incl = "defpoly"
  2582.           ;desc = "This is a poly that swings back and forth."
  2583.         }
  2584.         func_rotating:b =
  2585.         {
  2586.           ;incl = "defpoly"
  2587.           ;desc = "This is a rotating brush"
  2588.         }
  2589.       }
  2590.       Holdable & Path Entities.qtxfolder =
  2591.       {
  2592.         holdable_medkit:e =
  2593.         {
  2594.           origin = "0 0 0"
  2595.           angle = "360"
  2596.           ;desc = "Used to restore players heath when activated."
  2597.         }
  2598.         holdable_teleporter:e =
  2599.         {
  2600.           origin = "0 0 0"
  2601.           angle = "360"
  2602.           ;desc = "Used to teleport the playr to a random info_player_deathmatch when activated."
  2603.         }
  2604.         path_corner:e =
  2605.         {
  2606.           origin = "0 0 0"
  2607.           angle = "360"
  2608.           ;desc = "Used with func_train to make a brush move in a certain direction."
  2609.         }
  2610.       }
  2611.       Item Entities.qtxfolder =
  2612.       {
  2613.         item_armor_body:e =
  2614.         {
  2615.           origin = "0 0 0"
  2616.           angle = "360"
  2617.           ;desc = "Red armor equal to 100 points of armor."
  2618.         }
  2619.         item_armor_combat:e =
  2620.         {
  2621.           origin = "0 0 0"
  2622.           angle = "360"
  2623.           ;desc = "Yellow armor equal to 50 points of armor."
  2624.         }
  2625.         item_armor_shard:e =
  2626.         {
  2627.           origin = "0 0 0"
  2628.           angle = "360"
  2629.           ;desc = "Armor shard equal to 5 points of armor."
  2630.         }
  2631.         item_enviro:e =
  2632.         {
  2633.           origin = "0 0 0"
  2634.           angle = "360"
  2635.           ;desc = "Battle Suit power-up."
  2636.         }
  2637.         item_flight:e =
  2638.         {
  2639.           origin = "0 0 0"
  2640.           angle = "360"
  2641.           ;desc = "Flight power-up. Bots can't use this."
  2642.         }
  2643.         item_haste:e =
  2644.         {
  2645.           origin = "0 0 0"
  2646.           angle = "360"
  2647.           ;desc = "Speed power-up."
  2648.         }
  2649.         item_invis:e =
  2650.         {
  2651.           origin = "0 0 0"
  2652.           angle = "360"
  2653.           ;desc = "Invisiblity power-up."
  2654.         }
  2655.         item_quad:e =
  2656.         {
  2657.           origin = "0 0 0"
  2658.           angle = "360"
  2659.           ;desc = "Sheesh everyone should know this."
  2660.         }
  2661.         item_regen:e =
  2662.         {
  2663.           origin = "0 0 0"
  2664.           angle = "360"
  2665.           ;desc = "Regen power-up."
  2666.         }
  2667.         item_health_small:e =
  2668.         {
  2669.           origin = "0 0 0"
  2670.           angle = "360"
  2671.           ;desc = "Green cross bubble equal to 5 points of health."
  2672.         }
  2673.         item_health:e =
  2674.         {
  2675.           origin = "0 0 0"
  2676.           angle = "360"
  2677.           ;desc = "Yellow cross bubble equal to 25 points of health."
  2678.         }
  2679.         item_health_large:e =
  2680.         {
  2681.           origin = "0 0 0"
  2682.           angle = "360"
  2683.           ;desc = "Gold cross bubble equal to 50 points of health."
  2684.         }
  2685.         item_health_mega:e =
  2686.         {
  2687.           origin = "0 0 0"
  2688.           angle = "360"
  2689.           ;desc = "Blue M bubble equal to 100 points of health."
  2690.         }
  2691.       }
  2692.       Light Entities.qtxfolder =
  2693.       {
  2694.         light:e =
  2695.         {
  2696.           origin = "0 0 0"
  2697.           ;desc = "Point of light"
  2698.           light = "300"
  2699.           _color = "1.0 1.0 1.0"
  2700.         }
  2701.       }
  2702.       Shooter Entities.qtxfolder =
  2703.       {
  2704.         shooter_grenade:e =
  2705.         {
  2706.           origin = "0 0 0"
  2707.           ;desc = "Shoots a grenade each time is triggered."
  2708.         }
  2709.         shooter_plasma:e =
  2710.         {
  2711.           origin = "0 0 0"
  2712.           ;desc = "Shoots a plasma each time is triggered."
  2713.         }
  2714.         shooter_rocket:e =
  2715.         {
  2716.           origin = "0 0 0"
  2717.           ;desc = "Shoots a rocket each time is triggered."
  2718.         }
  2719.       }
  2720.       Target Entities.qtxfolder =
  2721.       {
  2722.         target_delay:e =
  2723.         {
  2724.           origin = "0 0 0"
  2725.           ;desc = "Time delay trigger. Only triggered by other triggers."
  2726.         }
  2727.         target_give:e =
  2728.         {
  2729.           origin = "0 0 0"
  2730.           ;desc = "This gives automatically a player an item."
  2731.         }
  2732.       //Maleficus: for some reason this was missing.
  2733.         target_kill:e =
  2734.         {
  2735.           origin = "0 0 0"
  2736.           ;desc = "This kills the player that activates this."
  2737.         }
  2738.         target_location:e =
  2739.         {
  2740.           origin = "0 0 0"
  2741.           ;desc = "Location markers used by teammates."
  2742.         }
  2743.         target_position:e =
  2744.         {
  2745.           origin = "0 0 0"
  2746.           ;desc = "Works like the info_null."
  2747.         }
  2748.         target_print:e =
  2749.         {
  2750.           origin = "0 0 0"
  2751.           ;desc = "Prints a message to the players screen."
  2752.         }
  2753.       //Maleficus: though its kinda broke, no reason to leave it out.
  2754.         target_push:e =
  2755.         {
  2756.           origin = "0 0 0"
  2757.           ;desc = "Can be used to make launch ramps. Not recommended: is not client-side predicted."
  2758.         }
  2759.         target_relay:e =
  2760.         {
  2761.           origin = "0 0 0"
  2762.           ;desc = "Used for a realy between triggers. Can only be triggered by other triggers."
  2763.         }
  2764.         target_remove_powerups:e =
  2765.         {
  2766.           origin = "0 0 0"
  2767.           ;desc = "Removes all player items from the player."
  2768.         }
  2769.         target_score:e =
  2770.         {
  2771.           origin = "0 0 0"
  2772.           ;desc = "This is used to automatically give frag points to the player who activates this."
  2773.         }
  2774.         target_speaker:e =
  2775.         {
  2776.           origin = "0 0 0"
  2777.           ;desc = "Plays a wav file in the map."
  2778.         }
  2779.         target_teleporter:e =
  2780.         {
  2781.           origin = "0 0 0"
  2782.           ;desc = "Activating this will teleport players to the location of the targeted misc_teleporter_dest entity. Unlike trigger_teleport, this entity must be activated by a trigger and does NOT allow client prediction of events."
  2783.         }
  2784.       }
  2785.       Team Entities.qtxfolder =
  2786.       {
  2787.         Blue Team.qtxfolder =
  2788.         {
  2789.           team_CTF_blueflag:e =
  2790.           {
  2791.             origin = "0 0 0"
  2792.             angle = "360"
  2793.             ;desc = "CTF Blue Flag."
  2794.           }
  2795.           team_CTF_blueplayer:e =
  2796.           {
  2797.             origin = "0 0 0"
  2798.             angle = "360"
  2799.             ;desc = "Blue player spawn position."
  2800.           }
  2801.           team_CTF_bluespawn:e =
  2802.           {
  2803.             origin = "0 0 0"
  2804.             angle = "360"
  2805.             ;desc = "I guess the same as team_CTF_blueplayer."
  2806.           }
  2807.         }
  2808.         Red Team.qtxfolder =
  2809.         {
  2810.           team_CTF_redflag:e =
  2811.           {
  2812.             origin = "0 0 0"
  2813.             angle = "360"
  2814.             ;desc = "CTF Red Flag."
  2815.           }
  2816.           team_CTF_redplayer:e =
  2817.           {
  2818.             origin = "0 0 0"
  2819.             angle = "360"
  2820.             ;desc = "Red player spawn position."
  2821.           }
  2822.           team_CTF_redspawn:e =
  2823.           {
  2824.             origin = "0 0 0"
  2825.             angle = "360"
  2826.             ;desc = "I guess the same as team_CTF_redplayer."
  2827.           }
  2828.         }
  2829.       }
  2830.       Trigger Entities.qtxfolder =
  2831.       {
  2832.         trigger_always:e =
  2833.         {
  2834.           origin = "0 0 0"
  2835.           ;desc = "Triggers automatically when game starts."
  2836.         }
  2837.         trigger_hurt:b =
  2838.         {
  2839.           ;incl = "defpoly"
  2840.           ;desc = "When player touches this it will hurt it by the dmg field."
  2841.         }
  2842.         trigger_multiple:b =
  2843.         {
  2844.           ;incl = "defpoly"
  2845.           ;desc = "Will trigger everytime player comes in contact with it."
  2846.         }
  2847.         trigger_push:b =
  2848.         {
  2849.           ;incl = "defpoly"
  2850.           ;desc = "Pushes the player in a given direction."
  2851.         }
  2852.         trigger_teleport:b =
  2853.         {
  2854.           ;incl = "defpoly"
  2855.           ;desc = "Teleports the player to a targeted misc_teleport_dest."
  2856.         }
  2857.       }
  2858.     }
  2859.   }
  2860.   Entity forms.qctx =
  2861.   {
  2862.     // Definition of "includes"
  2863.     t_player_size:incl = { bbox = '-16 -16 -24 16 16 32' }
  2864.     t_ammo_size:incl = { bbox = '-16 -16 -16 16 16 16' }
  2865.     t_weapon_size:incl = { bbox = '-16 -16 -16 16 16 16' }
  2866.     t_teleport_size:incl = { bbox = '-32 -32 -4 32 32 4' }
  2867.     t_item_size:incl = { bbox = '-16 -16 -16 16 16 16' }
  2868.  
  2869.     t_modelbrowser:incl = {
  2870.             Typ = "EP"
  2871.             DefExt = "md3"
  2872.             BasePath = "$Game\baseq3"
  2873.             CutPath = "$Game\?\models"
  2874.             DirSep = "/"
  2875.             AugPath = "models"
  2876.       }
  2877.  
  2878.     t_model:incl = {
  2879.       model: = { Txt = " "
  2880.         Typ = "B"
  2881.         Cap = "models..."
  2882.         form ="t_models_form:form"
  2883.         hint ="Available .MD3 files"
  2884.       }
  2885.     }
  2886. // Maleficus: Maybe I am just a lame newbie, but I don't know of a way to have quark use
  2887. // "model2" for func_* brushes, so I created t_model2. If there is a better way to do this,
  2888. // please let me know.
  2889.     t_model2:incl = {
  2890.       model2: = { Txt = " "
  2891.         Typ = "B"
  2892.         Cap = "models..."
  2893.         form ="t_models2_form:form"
  2894.         hint ="Available .MD3 files"
  2895.       }
  2896.     }
  2897.     t_noise:incl =
  2898.     {
  2899.       noise: =
  2900.       {
  2901.         Txt = " "
  2902.         Typ = "B"
  2903.         Cap = "sounds..."
  2904.         form = "t_noise_form:form"
  2905.         hint = "Available .WAV files"
  2906.       }
  2907.     }
  2908. // a cool sound menu for all of the default Q3 sounds!!!-Maleficus
  2909.     t_noise_form:form =
  2910.     {
  2911.       noise: =
  2912.       {
  2913.         typ = "C"
  2914.         txt = "Feedback"
  2915.         items = "1_frag"$0D
  2916.             "1_minute"$0D
  2917.             "2_frags"$0D
  2918.             "3_frags"$0D
  2919.             "5_minute"$0D
  2920.             "Accuracy"$0D
  2921.             "Blueleads"$0D
  2922.             "Denied"$0D
  2923.             "Excellent"$0D
  2924.             "Excellent_a"$0D
  2925.             "Fight"$0D
  2926.             "Frags"$0D
  2927.             "Gauntlet"$0D
  2928.             "Hit"$0D
  2929.             "Hit_teammate"$0D
  2930.             "Humiliation"$0D
  2931.             "Impressive"$0D
  2932.             "Impressive_a"$0D
  2933.             "Intro_01"$0D
  2934.             "Intro_02"$0D
  2935.             "Intro_04"$0D
  2936.             "Intro_09"$0D
  2937.             "Intro_10"$0D
  2938.             "Intro_11"$0D
  2939.                     "Lostlead"$0D
  2940.             "One"$0D
  2941.             "Perfect"$0D
  2942.             "Prepare"$0D
  2943.             "Redleads"$0D
  2944.             "Sudden_death"$0D
  2945.             "Takenlead"$0D
  2946.             "Teamstied"$0D
  2947.             "Three"$0D
  2948.             "Tiedlead"$0D
  2949.             "Two"
  2950.         values =
  2951.             "/sound/feedback/1_frag.wav"$0D
  2952.             "/sound/feedback/1_minute.wav"$0D
  2953.             "/sound/feedback/2_frags.wav"$0D
  2954.             "/sound/feedback/3_frags.wav"$0D
  2955.             "/sound/feedback/5_minute.wav"$0D
  2956.             "/sound/feedback/accuracy.wav"$0D
  2957.             "/sound/feedback/blueleads.wav"$0D
  2958.             "/sound/feedback/denied.wav"$0D
  2959.             "/sound/feedback/excellent.wav"$0D
  2960.             "/sound/feedback/excellent_a.wav"$0D
  2961.             "/sound/feedback/fight.wav"$0D
  2962.             "/sound/feedback/frags.wav"$0D
  2963.             "/sound/feedback/gauntlet.wav"$0D
  2964.             "/sound/feedback/hit.wav"$0D
  2965.             "/sound/feedback/hit_teammate.wav"$0D
  2966.             "/sound/feedback/humiliation.wav"$0D
  2967.             "/sound/feedback/impressive.wav"$0D
  2968.             "/sound/feedback/impressive_a.wav"$0D
  2969.             "/sound/feedback/intro_01.wav"$0D
  2970.             "/sound/feedback/intro_02.wav"$0D
  2971.             "/sound/feedback/intro_04.wav"$0D
  2972.             "/sound/feedback/intro_09.wav"$0D
  2973.             "/sound/feedback/intro_10.wav"$0D
  2974.             "/sound/feedback/intro_11.wav"$0D
  2975.             "/sound/feedback/lostlead.wav"$0D
  2976.             "/sound/feedback/one.wav"$0D
  2977.             "/sound/feedback/perfect.wav"$0D
  2978.             "/sound/feedback/prepare.wav"$0D
  2979.             "/sound/feedback/redleads.wav"$0D
  2980.             "/sound/feedback/sudden_death.wav"$0D
  2981.             "/sound/feedback/takenlead.wav"$0D
  2982.             "/sound/feedback/teamstied.wav"$0D
  2983.             "/sound/feedback/three.wav"$0D
  2984.             "/sound/feedback/tiedlead.wav"$0D
  2985.                     "/sound/feedback/two"
  2986.       }
  2987.       noise: =
  2988.       {
  2989.         typ = "C"
  2990.         txt = "Items"
  2991.         items =
  2992.         "Airout"$0D
  2993.         "Armourfield"$0D
  2994.         "Damage2"$0D
  2995.         "Damage3"$0D
  2996.         "Flight"$0D
  2997.         "Haste"$0D
  2998.         "Holdable"$0D
  2999.         "Invisibility"$0D
  3000.         "L_health"$0D
  3001.         "M_health"$0D
  3002.         "N_health"$0D
  3003.         "Poweruprespawn"$0D
  3004.         "Protect"$0D
  3005.         "Protect3"$0D
  3006.         "Quaddamage"$0D
  3007.         "Regen"$0D
  3008.         "Regeneration"$0D
  3009.         "Respawn1"$0D
  3010.         "S_health"$0D
  3011.         "Use_medkit"$0D
  3012.         "Use_nothing"$0D
  3013.         "Wearoff"
  3014.         values =
  3015.         "/sound/items/airout.wav"$0D
  3016.         "/sound/items/armourfield.wav"$0D
  3017.         "/sound/items/damage2.wav"$0D
  3018.         "/sound/items/damage3.wav"$0D
  3019.         "/sound/items/flight.wav"$0D
  3020.         "/sound/items/haste.wav"$0D
  3021.         "/sound/items/holdable.wav"$0D
  3022.         "/sound/items/invisibility.wav"$0D
  3023.         "/sound/items/l_health.wav"$0D
  3024.         "/sound/items/m_health.wav"$0D
  3025.         "/sound/items/n_health.wav"$0D
  3026.         "/sound/items/poweruprespawn.wav"$0D
  3027.         "/sound/items/protect.wav"$0D
  3028.         "/sound/items/protect3.wav"$0D
  3029.         "/sound/items/quaddamage.wav"$0D
  3030.         "/sound/items/regen.wav"$0D
  3031.         "/sound/items/regeneration.wav"$0D
  3032.         "/sound/items/respawn1.wav"$0D
  3033.         "/sound/items/s_health.wav"$0D
  3034.         "/sound/items/use_medkit.wav"$0D
  3035.         "/sound/items/use_nothing.wav"$0D
  3036.         "/sound/items/wearoff.wav"
  3037.       }
  3038.       noise: =
  3039.       {
  3040.         typ = "C"
  3041.         txt = "Misc"
  3042.         items =
  3043.         "Am_pkup"$0D
  3044.         "Ar1_pkup"$0D
  3045.         "Ar2_pkup"$0D
  3046.         "Ar3_pkup"$0D
  3047.         "Menu1"$0D
  3048.         "Menu2"$0D
  3049.         "Menu3"$0D
  3050.         "Menu4"$0D
  3051.         "Nightmare"$0D
  3052.         "Silence"$0D
  3053.         "W_pkup"
  3054.         values =
  3055.         "/sound/misc/am_pkup.wav"$0D
  3056.         "/sound/misc/ar1_pkup.wav"$0D
  3057.         "/sound/misc/ar2_pkup.wav"$0D
  3058.         "/sound/misc/ar3_pkup.wav"$0D
  3059.         "/sound/misc/menu1.wav"$0D
  3060.         "/sound/misc/menu2.wav"$0D
  3061.         "/sound/misc/menu3.wav"$0D
  3062.         "/sound/misc/menu4.wav"$0D
  3063.         "/sound/misc/nightmare.wav"$0D
  3064.         "/sound/misc/silence.wav"$0D
  3065.         "/sound/misc/w_pkup.wav"
  3066.       }
  3067.       noise: =
  3068.       {
  3069.         typ = "C"
  3070.         txt = "Movers"
  3071.         items =
  3072.         "Doors: Dr1_end"$0D
  3073.         "Doors: Dr1_strt"$0D
  3074.         "Switches: Butn2"
  3075.         values =
  3076.         "/sound/movers/doors/dr1_end.wav"$0D
  3077.         "/sound/movers/doors/dr1_strt.wav"$0D
  3078.         "/sound/movers/switches/butn2.wav"
  3079.       }
  3080.       noise: =
  3081.       {
  3082.         typ = "C"
  3083.         txt = "Players"
  3084.         items =
  3085.         "Anarki: Death1"$0D
  3086.         "Anarki: Death2"$0D
  3087.         "Anarki: Death3"$0D
  3088.         "Anarki: Drown"$0D
  3089.         "Anarki: Fall1"$0D
  3090.         "Anarki: Falling1"$0D
  3091.         "Anarki: Gasp"$0D
  3092.         "Anarki: Jump1"$0D
  3093.         "Anarki: Pain100_1"$0D
  3094.         "Anarki: Pain25_1"$0D
  3095.         "Anarki: Pain50_1"$0D
  3096.         "Anarki: Pain75_1"$0D
  3097.         "Anarki: Taunt"$0D
  3098.         "Biker: Death1"$0D
  3099.         "Biker: Death2"$0D
  3100.         "Biker: Death3"$0D
  3101.         "Biker: Drown"$0D
  3102.         "Biker: Fall1"$0D
  3103.         "Biker: Falling1"$0D
  3104.         "Biker: Gasp"$0D
  3105.         "Biker: Jump1"$0D
  3106.         "Biker: Pain100_1"$0D
  3107.         "Biker: Pain25_1"$0D
  3108.         "Biker: Pain50_1"$0D
  3109.         "Biker: Pain75_1"$0D
  3110.         "Biker: Taunt"$0D
  3111.         "Bitterman: Death1"$0D
  3112.         "Bitterman: Death2"$0D
  3113.         "Bitterman: Death3"$0D
  3114.         "Bitterman: Drown"$0D
  3115.         "Bitterman: Fall1"$0D
  3116.         "Bitterman: Falling1"$0D
  3117.         "Bitterman: Gasp"$0D
  3118.         "Bitterman: Jump1"$0D
  3119.         "Bitterman: Pain100_1"$0D
  3120.         "Bitterman: Pain25_1"$0D
  3121.         "Bitterman: Pain50_1"$0D
  3122.         "Bitterman: Pain75_1"$0D
  3123.         "Bitterman: Taunt"$0D
  3124.         "Bones: Death1"$0D
  3125.         "Bones: Death2"$0D
  3126.         "Bones: Death3"$0D
  3127.         "Bones: Drown"$0D
  3128.         "Bones: Fall1"$0D
  3129.         "Bones: Falling1"$0D
  3130.         "Bones: Gasp"$0D
  3131.         "Bones: Jump1"$0D
  3132.         "Bones: Pain100_1"$0D
  3133.         "Bones: Pain25_1"$0D
  3134.         "Bones: Pain50_1"$0D
  3135.         "Bones: Pain75_1"$0D
  3136.         "Bones: Taunt"$0D
  3137.         "Crash: Death1"$0D
  3138.         "Crash: Death2"$0D
  3139.         "Crash: Death3"$0D
  3140.         "Crash: Drown"$0D
  3141.         "Crash: Fall1"$0D
  3142.         "Crash: Falling1"$0D
  3143.         "Crash: Gasp"$0D
  3144.         "Crash: Jump1"$0D
  3145.         "Crash: Pain100_1"$0D
  3146.         "Crash: Pain25_1"$0D
  3147.         "Crash: Pain50_1"$0D
  3148.         "Crash: Pain75_1"$0D
  3149.         "Doom: Death1"$0D
  3150.         "Doom: Death2"$0D
  3151.         "Doom: Death3"$0D
  3152.         "Doom: Drown"$0D
  3153.         "Doom: Fall1"$0D
  3154.         "Doom: Falling1"$0D
  3155.         "Doom: Gasp"$0D
  3156.         "Doom: Jump1"$0D
  3157.         "Doom: Pain100_1"$0D
  3158.         "Doom: Pain25_1"$0D
  3159.         "Doom: Pain50_1"$0D
  3160.         "Doom: Pain75_1"$0D
  3161.         "Doom: Taunt"$0D
  3162.         "Grunt: Death1"$0D
  3163.         "Grunt: Death2"$0D
  3164.         "Grunt: Death3"$0D
  3165.         "Grunt: Drown"$0D
  3166.         "Grunt: Fall1"$0D
  3167.         "Grunt: Falling1"$0D
  3168.         "Grunt: Gasp"$0D
  3169.         "Grunt: Jump1"$0D
  3170.         "Grunt: Pain100_1"$0D
  3171.         "Grunt: Pain25_1"$0D
  3172.         "Grunt: Pain50_1"$0D
  3173.         "Grunt: Pain75_1"$0D
  3174.         "Grunt: Taunt"$0D
  3175.         "Hunter: Death1"$0D
  3176.         "Hunter: Death2"$0D
  3177.         "Hunter: Death3"$0D
  3178.         "Hunter: Drown"$0D
  3179.         "Hunter: Fall1"$0D
  3180.         "Hunter: Falling1"$0D
  3181.         "Hunter: Gasp"$0D
  3182.         "Hunter: Jump1"$0D
  3183.         "Hunter: Pain100_1"$0D
  3184.         "Hunter: Pain25_1"$0D
  3185.         "Hunter: Pain50_1"$0D
  3186.         "Hunter: Pain75_1"$0D
  3187.         "Hunter: Taunt"$0D
  3188.         "Keel: Death1"$0D
  3189.         "Keel: Death2"$0D
  3190.         "Keel: Death3"$0D
  3191.         "Keel: Drown"$0D
  3192.         "Keel: Fall1"$0D
  3193.         "Keel: Falling1"$0D
  3194.         "Keel: Gasp"$0D
  3195.         "Keel: Jump1"$0D
  3196.         "Keel: Pain100_1"$0D
  3197.         "Keel: Pain25_1"$0D
  3198.         "Keel: Pain50_1"$0D
  3199.         "Keel: Pain75_1"$0D
  3200.         "Keel: Taunt"$0D
  3201.         "Klesk: Death1"$0D
  3202.         "Klesk: Death2"$0D
  3203.         "Klesk: Death3"$0D
  3204.         "Klesk: Drown"$0D
  3205.         "Klesk: Fall1"$0D
  3206.         "Klesk: Falling1"$0D
  3207.         "Klesk: Gasp"$0D
  3208.         "Klesk: Jump1"$0D
  3209.         "Klesk: Pain100_1"$0D
  3210.         "Klesk: Pain25_1"$0D
  3211.         "Klesk: Pain50_1"$0D
  3212.         "Klesk: Pain75_1"$0D
  3213.         "Klesk: Taunt"$0D
  3214.         "Lucy: Death1"$0D
  3215.         "Lucy: Death2"$0D
  3216.         "Lucy: Death3"$0D
  3217.         "Lucy: Drown"$0D
  3218.         "Lucy: Fall1"$0D
  3219.         "Lucy: Falling1"$0D
  3220.         "Lucy: Gasp"$0D
  3221.         "Lucy: Jump1"$0D
  3222.         "Lucy: Pain100_1"$0D
  3223.         "Lucy: Pain25_1"$0D
  3224.         "Lucy: Pain50_1"$0D
  3225.         "Lucy: Pain75_1"$0D
  3226.         "Lucy: Taunt"$0D
  3227.         "Major: Death1"$0D
  3228.         "Major: Death2"$0D
  3229.         "Major: Death3"$0D
  3230.         "Major: Drown"$0D
  3231.         "Major: Fall1"$0D
  3232.         "Major: Falling1"$0D
  3233.         "Major: Gasp"$0D
  3234.         "Major: Jump1"$0D
  3235.         "Major: Pain100_1"$0D
  3236.         "Major: Pain25_1"$0D
  3237.         "Major: Pain50_1"$0D
  3238.         "Major: Pain75_1"$0D
  3239.         "Major: Taunt"$0D
  3240.         "Mynx: Death1"$0D
  3241.         "Mynx: Death2"$0D
  3242.         "Mynx: Death3"$0D
  3243.         "Mynx: Drown"$0D
  3244.         "Mynx: Fall1"$0D
  3245.         "Mynx: Falling1"$0D
  3246.         "Mynx: Gasp"$0D
  3247.         "Mynx: Jump1"$0D
  3248.         "Mynx: Pain100_1"$0D
  3249.         "Mynx: Pain25_1"$0D
  3250.         "Mynx: Pain50_1"$0D
  3251.         "Mynx: Pain75_1"$0D
  3252.         "Mynx: Taunt"$0D
  3253.         "Orbb: Death1"$0D
  3254.         "Orbb: Death2"$0D
  3255.         "Orbb: Death3"$0D
  3256.         "Orbb: Drown"$0D
  3257.         "Orbb: Fall1"$0D
  3258.         "Orbb: Falling1"$0D
  3259.         "Orbb: Gasp"$0D
  3260.         "Orbb: Jump1"$0D
  3261.         "Orbb: Pain100_1"$0D
  3262.         "Orbb: Pain25_1"$0D
  3263.         "Orbb: Pain50_1"$0D
  3264.         "Orbb: Pain75_1"$0D
  3265.         "Orbb: Taunt"$0D
  3266.         "Ranger: Death1"$0D
  3267.         "Ranger: Death2"$0D
  3268.         "Ranger: Death3"$0D
  3269.         "Ranger: Drown"$0D
  3270.         "Ranger: Fall1"$0D
  3271.         "Ranger: Falling1"$0D
  3272.         "Ranger: Gasp"$0D
  3273.         "Ranger: Jump1"$0D
  3274.         "Ranger: Pain100_1"$0D
  3275.         "Ranger: Pain25_1"$0D
  3276.         "Ranger: Pain50_1"$0D
  3277.         "Ranger: Pain75_1"$0D
  3278.         "Ranger: Taunt"$0D
  3279.         "Razor: Death1"$0D
  3280.         "Razor: Death2"$0D
  3281.         "Razor: Death3"$0D
  3282.         "Razor: Drown"$0D
  3283.         "Razor: Fall1"$0D
  3284.         "Razor: Falling1"$0D
  3285.         "Razor: Gasp"$0D
  3286.         "Razor: Jump1"$0D
  3287.         "Razor: Pain100_1"$0D
  3288.         "Razor: Pain25_1"$0D
  3289.         "Razor: Pain50_1"$0D
  3290.         "Razor: Pain75_1"$0D
  3291.         "Razor: Taunt"$0D
  3292.         "Sarge: Death1"$0D
  3293.         "Sarge: Death2"$0D
  3294.         "Sarge: Death3"$0D
  3295.         "Sarge: Drown"$0D
  3296.         "Sarge: Fall1"$0D
  3297.         "Sarge: Falling1"$0D
  3298.         "Sarge: Gasp"$0D
  3299.         "Sarge: Jump1"$0D
  3300.         "Sarge: Pain100_1"$0D
  3301.         "Sarge: Pain25_1"$0D
  3302.         "Sarge: Pain50_1"$0D
  3303.         "Sarge: Pain75_1"$0D
  3304.         "Sarge: Taunt"$0D
  3305.         "Slash: Death1"$0D
  3306.         "Slash: Death2"$0D
  3307.         "Slash: Death3"$0D
  3308.         "Slash: Drown"$0D
  3309.         "Slash: Fall1"$0D
  3310.         "Slash: Falling1"$0D
  3311.         "Slash: Gasp"$0D
  3312.         "Slash: Jump1"$0D
  3313.         "Slash: Pain100_1"$0D
  3314.         "Slash: Pain25_1"$0D
  3315.         "Slash: Pain50_1"$0D
  3316.         "Slash: Pain75_1"$0D
  3317.         "Slash: Taunt"$0D
  3318.         "Sorlag: Death1"$0D
  3319.         "Sorlag: Death2"$0D
  3320.         "Sorlag: Death3"$0D
  3321.         "Sorlag: Drown"$0D
  3322.         "Sorlag: Fall1"$0D
  3323.         "Sorlag: Falling1"$0D
  3324.         "Sorlag: Gasp"$0D
  3325.         "Sorlag: Jump1"$0D
  3326.         "Sorlag: Pain100_1"$0D
  3327.         "Sorlag: Pain25_1"$0D
  3328.         "Sorlag: Pain50_1"$0D
  3329.         "Sorlag: Pain75_1"$0D
  3330.         "Sorlag: Taunt"$0D
  3331.         "Tankjr: Death1"$0D
  3332.         "Tankjr: Death2"$0D
  3333.         "Tankjr: Death3"$0D
  3334.         "Tankjr: Drown"$0D
  3335.         "Tankjr: Fall1"$0D
  3336.         "Tankjr: Falling1"$0D
  3337.         "Tankjr: Gasp"$0D
  3338.         "Tankjr: Jump1"$0D
  3339.         "Tankjr: Pain100_1"$0D
  3340.         "Tankjr: Pain25_1"$0D
  3341.         "Tankjr: Pain50_1"$0D
  3342.         "Tankjr: Pain75_1"$0D
  3343.         "Tankjr: Taunt"$0D
  3344.         "Uriel: Death1"$0D
  3345.         "Uriel: Death2"$0D
  3346.         "Uriel: Death3"$0D
  3347.         "Uriel: Drown"$0D
  3348.         "Uriel: Fall1"$0D
  3349.         "Uriel: Falling1"$0D
  3350.         "Uriel: Gasp"$0D
  3351.         "Uriel: Jump1"$0D
  3352.         "Uriel: Pain100_1"$0D
  3353.         "Uriel: Pain25_1"$0D
  3354.         "Uriel: Pain50_1"$0D
  3355.         "Uriel: Pain75_1"$0D
  3356.         "Uriel: Taunt"$0D
  3357.         "Visor: Death1"$0D
  3358.         "Visor: Death2"$0D
  3359.         "Visor: Death3"$0D
  3360.         "Visor: Drown"$0D
  3361.         "Visor: Fall1"$0D
  3362.         "Visor: Falling1"$0D
  3363.         "Visor: Gasp"$0D
  3364.         "Visor: Jump1"$0D
  3365.         "Visor: Pain100_1"$0D
  3366.         "Visor: Pain25_1"$0D
  3367.         "Visor: Pain50_1"$0D
  3368.         "Visor: Pain75_1"$0D
  3369.         "Visor: Taunt"$0D
  3370.         "Xaero: Death1"$0D
  3371.         "Xaero: Death2"$0D
  3372.         "Xaero: Death3"$0D
  3373.         "Xaero: Drown"$0D
  3374.         "Xaero: Fall1"$0D
  3375.         "Xaero: Falling1"$0D
  3376.         "Xaero: Gasp"$0D
  3377.         "Xaero: Jump1"$0D
  3378.         "Xaero: Pain100_1"$0D
  3379.         "Xaero: Pain25_1"$0D
  3380.         "Xaero: Pain50_1"$0D
  3381.         "Xaero: Pain75_1"$0D
  3382.         "Xaero: Taunt"
  3383.         "Universal: Fry"$0D
  3384.         "Universal: Gibimp1"$0D
  3385.         "Universal: Gibimp2"$0D
  3386.         "Universal: Gibimp3"$0D
  3387.         "Universal: Gibsplt1"$0D
  3388.         "Universal: Gurp1"$0D
  3389.         "Universal: Gurp2"$0D
  3390.         "Universal: Land1"$0D
  3391.         "Universal: Talk"$0D
  3392.         "Universal: Watr_in"$0D
  3393.         "Universal: Watr_out"$0D
  3394.         "Universal: Watr_un"
  3395.         values=
  3396.         "sound/player/anarki/death1.wav"$0D
  3397.         "sound/player/anarki/death2.wav"$0D
  3398.         "sound/player/anarki/death3.wav"$0D
  3399.         "sound/player/anarki/drown.wav"$0D
  3400.         "sound/player/anarki/fall1.wav"$0D
  3401.         "sound/player/anarki/falling1.wav"$0D
  3402.         "sound/player/anarki/gasp.wav"$0D
  3403.         "sound/player/anarki/jump1.wav"$0D
  3404.         "sound/player/anarki/pain100_1.wav"$0D
  3405.         "sound/player/anarki/pain25_1.wav"$0D
  3406.         "sound/player/anarki/pain50_1.wav"$0D
  3407.         "sound/player/anarki/pain75_1.wav"$0D
  3408.         "sound/player/anarki/taunt.wav"$0D
  3409.         "sound/player/biker/death1.wav"$0D
  3410.         "sound/player/biker/death2.wav"$0D
  3411.         "sound/player/biker/death3.wav"$0D
  3412.         "sound/player/biker/drown.wav"$0D
  3413.         "sound/player/biker/fall1.wav"$0D
  3414.         "sound/player/biker/falling1.wav"$0D
  3415.         "sound/player/biker/gasp.wav"$0D
  3416.         "sound/player/biker/jump1.wav"$0D
  3417.         "sound/player/biker/pain100_1.wav"$0D
  3418.         "sound/player/biker/pain25_1.wav"$0D
  3419.         "sound/player/biker/pain50_1.wav"$0D
  3420.         "sound/player/biker/pain75_1.wav"$0D
  3421.         "sound/player/biker/taunt.wav"$0D
  3422.         "sound/player/bitterman/death1.wav"$0D
  3423.         "sound/player/bitterman/death2.wav"$0D
  3424.         "sound/player/bitterman/death3.wav"$0D
  3425.         "sound/player/bitterman/drown.wav"$0D
  3426.         "sound/player/bitterman/fall1.wav"$0D
  3427.         "sound/player/bitterman/falling1.wav"$0D
  3428.         "sound/player/bitterman/gasp.wav"$0D
  3429.         "sound/player/bitterman/jump1.wav"$0D
  3430.         "sound/player/bitterman/pain100_1.wav"$0D
  3431.         "sound/player/bitterman/pain25_1.wav"$0D
  3432.         "sound/player/bitterman/pain50_1.wav"$0D
  3433.         "sound/player/bitterman/pain75_1.wav"$0D
  3434.         "sound/player/bitterman/taunt.wav"$0D
  3435.         "sound/player/bones/death1.wav"$0D
  3436.         "sound/player/bones/death2.wav"$0D
  3437.         "sound/player/bones/death3.wav"$0D
  3438.         "sound/player/bones/drown.wav"$0D
  3439.         "sound/player/bones/fall1.wav"$0D
  3440.         "sound/player/bones/falling1.wav"$0D
  3441.         "sound/player/bones/gasp.wav"$0D
  3442.         "sound/player/bones/jump1.wav"$0D
  3443.         "sound/player/bones/pain100_1.wav"$0D
  3444.         "sound/player/bones/pain25_1.wav"$0D
  3445.         "sound/player/bones/pain50_1.wav"$0D
  3446.         "sound/player/bones/pain75_1.wav"$0D
  3447.         "sound/player/bones/taunt.wav"$0D
  3448.         "sound/player/crash/death1.wav"$0D
  3449.         "sound/player/crash/death2.wav"$0D
  3450.         "sound/player/crash/death3.wav"$0D
  3451.         "sound/player/crash/drown.wav"$0D
  3452.         "sound/player/crash/fall1.wav"$0D
  3453.         "sound/player/crash/falling1.wav"$0D
  3454.         "sound/player/crash/gasp.wav"$0D
  3455.         "sound/player/crash/jump1.wav"$0D
  3456.         "sound/player/crash/pain100_1.wav"$0D
  3457.         "sound/player/crash/pain25_1.wav"$0D
  3458.         "sound/player/crash/pain50_1.wav"$0D
  3459.         "sound/player/crash/pain75_1.wav"$0D
  3460.         "sound/player/doom/death1.wav"$0D
  3461.         "sound/player/doom/death2.wav"$0D
  3462.         "sound/player/doom/death3.wav"$0D
  3463.         "sound/player/doom/drown.wav"$0D
  3464.         "sound/player/doom/fall1.wav"$0D
  3465.         "sound/player/doom/falling1.wav"$0D
  3466.         "sound/player/doom/gasp.wav"$0D
  3467.         "sound/player/doom/jump1.wav"$0D
  3468.         "sound/player/doom/pain100_1.wav"$0D
  3469.         "sound/player/doom/pain25_1.wav"$0D
  3470.         "sound/player/doom/pain50_1.wav"$0D
  3471.         "sound/player/doom/pain75_1.wav"$0D
  3472.         "sound/player/doom/taunt.wav"$0D
  3473.         "sound/player/grunt/death1.wav"$0D
  3474.         "sound/player/grunt/death2.wav"$0D
  3475.         "sound/player/grunt/death3.wav"$0D
  3476.         "sound/player/grunt/drown.wav"$0D
  3477.         "sound/player/grunt/fall1.wav"$0D
  3478.         "sound/player/grunt/falling1.wav"$0D
  3479.         "sound/player/grunt/gasp.wav"$0D
  3480.         "sound/player/grunt/jump1.wav"$0D
  3481.         "sound/player/grunt/pain100_1.wav"$0D
  3482.         "sound/player/grunt/pain25_1.wav"$0D
  3483.         "sound/player/grunt/pain50_1.wav"$0D
  3484.         "sound/player/grunt/pain75_1.wav"$0D
  3485.         "sound/player/grunt/taunt.wav"$0D
  3486.         "sound/player/hunter/death1.wav"$0D
  3487.         "sound/player/hunter/death2.wav"$0D
  3488.         "sound/player/hunter/death3.wav"$0D
  3489.         "sound/player/hunter/drown.wav"$0D
  3490.         "sound/player/hunter/fall1.wav"$0D
  3491.         "sound/player/hunter/falling1.wav"$0D
  3492.         "sound/player/hunter/gasp.wav"$0D
  3493.         "sound/player/hunter/jump1.wav"$0D
  3494.         "sound/player/hunter/pain100_1.wav"$0D
  3495.         "sound/player/hunter/pain25_1.wav"$0D
  3496.         "sound/player/hunter/pain50_1.wav"$0D
  3497.         "sound/player/hunter/pain75_1.wav"$0D
  3498.         "sound/player/hunter/taunt.wav"$0D
  3499.         "sound/player/keel/death1.wav"$0D
  3500.         "sound/player/keel/death2.wav"$0D
  3501.         "sound/player/keel/death3.wav"$0D
  3502.         "sound/player/keel/drown.wav"$0D
  3503.         "sound/player/keel/fall1.wav"$0D
  3504.         "sound/player/keel/falling1.wav"$0D
  3505.         "sound/player/keel/gasp.wav"$0D
  3506.         "sound/player/keel/jump1.wav"$0D
  3507.         "sound/player/keel/pain100_1.wav"$0D
  3508.         "sound/player/keel/pain25_1.wav"$0D
  3509.         "sound/player/keel/pain50_1.wav"$0D
  3510.         "sound/player/keel/pain75_1.wav"$0D
  3511.         "sound/player/keel/taunt.wav"$0D
  3512.         "sound/player/klesk/death1.wav"$0D
  3513.         "sound/player/klesk/death2.wav"$0D
  3514.         "sound/player/klesk/death3.wav"$0D
  3515.         "sound/player/klesk/drown.wav"$0D
  3516.         "sound/player/klesk/fall1.wav"$0D
  3517.         "sound/player/klesk/falling1.wav"$0D
  3518.         "sound/player/klesk/gasp.wav"$0D
  3519.         "sound/player/klesk/jump1.wav"$0D
  3520.         "sound/player/klesk/pain100_1.wav"$0D
  3521.         "sound/player/klesk/pain25_1.wav"$0D
  3522.         "sound/player/klesk/pain50_1.wav"$0D
  3523.         "sound/player/klesk/pain75_1.wav"$0D
  3524.         "sound/player/klesk/taunt.wav"$0D
  3525.         "sound/player/lucy/death1.wav"$0D
  3526.         "sound/player/lucy/death2.wav"$0D
  3527.         "sound/player/lucy/death3.wav"$0D
  3528.         "sound/player/lucy/drown.wav"$0D
  3529.         "sound/player/lucy/fall1.wav"$0D
  3530.         "sound/player/lucy/falling1.wav"$0D
  3531.         "sound/player/lucy/gasp.wav"$0D
  3532.         "sound/player/lucy/jump1.wav"$0D
  3533.         "sound/player/lucy/pain100_1.wav"$0D
  3534.         "sound/player/lucy/pain25_1.wav"$0D
  3535.         "sound/player/lucy/pain50_1.wav"$0D
  3536.         "sound/player/lucy/pain75_1.wav"$0D
  3537.         "sound/player/lucy/taunt.wav"$0D
  3538.         "sound/player/major/death1.wav"$0D
  3539.         "sound/player/major/death2.wav"$0D
  3540.         "sound/player/major/death3.wav"$0D
  3541.         "sound/player/major/drown.wav"$0D
  3542.         "sound/player/major/fall1.wav"$0D
  3543.         "sound/player/major/falling1.wav"$0D
  3544.         "sound/player/major/gasp.wav"$0D
  3545.         "sound/player/major/jump1.wav"$0D
  3546.         "sound/player/major/pain100_1.wav"$0D
  3547.         "sound/player/major/pain25_1.wav"$0D
  3548.         "sound/player/major/pain50_1.wav"$0D
  3549.         "sound/player/major/pain75_1.wav"$0D
  3550.         "sound/player/major/taunt.wav"$0D
  3551.         "sound/player/mynx/death1.wav"$0D
  3552.         "sound/player/mynx/death2.wav"$0D
  3553.         "sound/player/mynx/death3.wav"$0D
  3554.         "sound/player/mynx/drown.wav"$0D
  3555.         "sound/player/mynx/fall1.wav"$0D
  3556.         "sound/player/mynx/falling1.wav"$0D
  3557.         "sound/player/mynx/gasp.wav"$0D
  3558.         "sound/player/mynx/jump1.wav"$0D
  3559.         "sound/player/mynx/pain100_1.wav"$0D
  3560.         "sound/player/mynx/pain25_1.wav"$0D
  3561.         "sound/player/mynx/pain50_1.wav"$0D
  3562.         "sound/player/mynx/pain75_1.wav"$0D
  3563.         "sound/player/mynx/taunt.wav"$0D
  3564.         "sound/player/orbb/death1.wav"$0D
  3565.         "sound/player/orbb/death2.wav"$0D
  3566.         "sound/player/orbb/death3.wav"$0D
  3567.         "sound/player/orbb/drown.wav"$0D
  3568.         "sound/player/orbb/fall1.wav"$0D
  3569.         "sound/player/orbb/falling1.wav"$0D
  3570.         "sound/player/orbb/gasp.wav"$0D
  3571.         "sound/player/orbb/jump1.wav"$0D
  3572.         "sound/player/orbb/pain100_1.wav"$0D
  3573.         "sound/player/orbb/pain25_1.wav"$0D
  3574.         "sound/player/orbb/pain50_1.wav"$0D
  3575.         "sound/player/orbb/pain75_1.wav"$0D
  3576.         "sound/player/orbb/taunt.wav"$0D
  3577.         "sound/player/ranger/death1.wav"$0D
  3578.         "sound/player/ranger/death2.wav"$0D
  3579.         "sound/player/ranger/death3.wav"$0D
  3580.         "sound/player/ranger/drown.wav"$0D
  3581.         "sound/player/ranger/fall1.wav"$0D
  3582.         "sound/player/ranger/falling1.wav"$0D
  3583.         "sound/player/ranger/gasp.wav"$0D
  3584.         "sound/player/ranger/jump1.wav"$0D
  3585.         "sound/player/ranger/pain100_1.wav"$0D
  3586.         "sound/player/ranger/pain25_1.wav"$0D
  3587.         "sound/player/ranger/pain50_1.wav"$0D
  3588.         "sound/player/ranger/pain75_1.wav"$0D
  3589.         "sound/player/ranger/taunt.wav"$0D
  3590.         "sound/player/razor/death1.wav"$0D
  3591.         "sound/player/razor/death2.wav"$0D
  3592.         "sound/player/razor/death3.wav"$0D
  3593.         "sound/player/razor/drown.wav"$0D
  3594.         "sound/player/razor/fall1.wav"$0D
  3595.         "sound/player/razor/falling1.wav"$0D
  3596.         "sound/player/razor/gasp.wav"$0D
  3597.         "sound/player/razor/jump1.wav"$0D
  3598.         "sound/player/razor/pain100_1.wav"$0D
  3599.         "sound/player/razor/pain25_1.wav"$0D
  3600.         "sound/player/razor/pain50_1.wav"$0D
  3601.         "sound/player/razor/pain75_1.wav"$0D
  3602.         "sound/player/razor/taunt.wav"$0D
  3603.         "sound/player/sarge/death1.wav"$0D
  3604.         "sound/player/sarge/death2.wav"$0D
  3605.         "sound/player/sarge/death3.wav"$0D
  3606.         "sound/player/sarge/drown.wav"$0D
  3607.         "sound/player/sarge/fall1.wav"$0D
  3608.         "sound/player/sarge/falling1.wav"$0D
  3609.         "sound/player/sarge/gasp.wav"$0D
  3610.         "sound/player/sarge/jump1.wav"$0D
  3611.         "sound/player/sarge/pain100_1.wav"$0D
  3612.         "sound/player/sarge/pain25_1.wav"$0D
  3613.         "sound/player/sarge/pain50_1.wav"$0D
  3614.         "sound/player/sarge/pain75_1.wav"$0D
  3615.         "sound/player/sarge/taunt.wav"$0D
  3616.         "sound/player/slash/death1.wav"$0D
  3617.         "sound/player/slash/death2.wav"$0D
  3618.         "sound/player/slash/death3.wav"$0D
  3619.         "sound/player/slash/drown.wav"$0D
  3620.         "sound/player/slash/fall1.wav"$0D
  3621.         "sound/player/slash/falling1.wav"$0D
  3622.         "sound/player/slash/gasp.wav"$0D
  3623.         "sound/player/slash/jump1.wav"$0D
  3624.         "sound/player/slash/pain100_1.wav"$0D
  3625.         "sound/player/slash/pain25_1.wav"$0D
  3626.         "sound/player/slash/pain50_1.wav"$0D
  3627.         "sound/player/slash/pain75_1.wav"$0D
  3628.         "sound/player/slash/taunt.wav"$0D
  3629.         "sound/player/sorlag/death1.wav"$0D
  3630.         "sound/player/sorlag/death2.wav"$0D
  3631.         "sound/player/sorlag/death3.wav"$0D
  3632.         "sound/player/sorlag/drown.wav"$0D
  3633.         "sound/player/sorlag/fall1.wav"$0D
  3634.         "sound/player/sorlag/falling1.wav"$0D
  3635.         "sound/player/sorlag/gasp.wav"$0D
  3636.         "sound/player/sorlag/jump1.wav"$0D
  3637.         "sound/player/sorlag/pain100_1.wav"$0D
  3638.         "sound/player/sorlag/pain25_1.wav"$0D
  3639.         "sound/player/sorlag/pain50_1.wav"$0D
  3640.         "sound/player/sorlag/pain75_1.wav"$0D
  3641.         "sound/player/sorlag/taunt.wav"$0D
  3642.         "sound/player/tankjr/death1.wav"$0D
  3643.         "sound/player/tankjr/death2.wav"$0D
  3644.         "sound/player/tankjr/death3.wav"$0D
  3645.         "sound/player/tankjr/drown.wav"$0D
  3646.         "sound/player/tankjr/fall1.wav"$0D
  3647.         "sound/player/tankjr/falling1.wav"$0D
  3648.         "sound/player/tankjr/gasp.wav"$0D
  3649.         "sound/player/tankjr/jump1.wav"$0D
  3650.         "sound/player/tankjr/pain100_1.wav"$0D
  3651.         "sound/player/tankjr/pain25_1.wav"$0D
  3652.         "sound/player/tankjr/pain50_1.wav"$0D
  3653.         "sound/player/tankjr/pain75_1.wav"$0D
  3654.         "sound/player/tankjr/taunt.wav"$0D
  3655.         "sound/player/uriel/death1.wav"$0D
  3656.         "sound/player/uriel/death2.wav"$0D
  3657.         "sound/player/uriel/death3.wav"$0D
  3658.         "sound/player/uriel/drown.wav"$0D
  3659.         "sound/player/uriel/fall1.wav"$0D
  3660.         "sound/player/uriel/falling1.wav"$0D
  3661.         "sound/player/uriel/gasp.wav"$0D
  3662.         "sound/player/uriel/jump1.wav"$0D
  3663.         "sound/player/uriel/pain100_1.wav"$0D
  3664.         "sound/player/uriel/pain25_1.wav"$0D
  3665.         "sound/player/uriel/pain50_1.wav"$0D
  3666.         "sound/player/uriel/pain75_1.wav"$0D
  3667.         "sound/player/uriel/taunt.wav"$0D
  3668.         "sound/player/visor/death1.wav"$0D
  3669.         "sound/player/visor/death2.wav"$0D
  3670.         "sound/player/visor/death3.wav"$0D
  3671.         "sound/player/visor/drown.wav"$0D
  3672.         "sound/player/visor/fall1.wav"$0D
  3673.         "sound/player/visor/falling1.wav"$0D
  3674.         "sound/player/visor/gasp.wav"$0D
  3675.         "sound/player/visor/jump1.wav"$0D
  3676.         "sound/player/visor/pain100_1.wav"$0D
  3677.         "sound/player/visor/pain25_1.wav"$0D
  3678.         "sound/player/visor/pain50_1.wav"$0D
  3679.         "sound/player/visor/pain75_1.wav"$0D
  3680.         "sound/player/visor/taunt.wav"$0D
  3681.         "sound/player/xaero/death1.wav"$0D
  3682.         "sound/player/xaero/death2.wav"$0D
  3683.         "sound/player/xaero/death3.wav"$0D
  3684.         "sound/player/xaero/drown.wav"$0D
  3685.         "sound/player/xaero/fall1.wav"$0D
  3686.         "sound/player/xaero/falling1.wav"$0D
  3687.         "sound/player/xaero/gasp.wav"$0D
  3688.         "sound/player/xaero/jump1.wav"$0D
  3689.         "sound/player/xaero/pain100_1.wav"$0D
  3690.         "sound/player/xaero/pain25_1.wav"$0D
  3691.         "sound/player/xaero/pain50_1.wav"$0D
  3692.         "sound/player/xaero/pain75_1.wav"$0D
  3693.         "sound/player/xaero/taunt.wav"$0D
  3694.         "sound/player/fry.wav"$0D
  3695.         "sound/player/gibimp1.wav"$0D
  3696.         "sound/player/gibimp2.wav"$0D
  3697.         "sound/player/gibimp3.wav"$0D
  3698.         "sound/player/gibsplt1.wav"$0D
  3699.         "sound/player/gurp1.wav"$0D
  3700.         "sound/player/gurp2.wav"$0D
  3701.         "sound/player/land1.wav"$0D
  3702.         "sound/player/talk.wav"$0D
  3703.         "sound/player/watr_in.wav"$0D
  3704.         "sound/player/watr_out.wav"$0D
  3705.         "sound/player/watr_un.wav"
  3706.     }
  3707.  
  3708.  
  3709.     noise: =
  3710.       {
  3711.         typ = "C"
  3712.         txt = "Announcer"
  3713.         items =
  3714.         "Announce: Anarki"$0D
  3715.         "Announce: Anarki Wins"$0D
  3716.         "Announce: Angel"$0D
  3717.         "Announce: Angel Wins"$0D
  3718.         "Announce: Biker"$0D
  3719.         "Announce: Biker Wins"$0D
  3720.         "Announce: Bitterman"$0D
  3721.         "Announce: Bitterman Wins"$0D
  3722.         "Announce: Bones"$0D
  3723.         "Announce: Cadavre"$0D
  3724.         "Announce: Crash"$0D
  3725.         "Announce: Crash Wins"$0D
  3726.         "Announce: Daemia"$0D
  3727.         "Announce: Daemia Wins"$0D
  3728.         "Announce: Doom"$0D
  3729.         "Announce: Doom Wins"$0D
  3730.         "Announce: Flisk Wins"$0D
  3731.         "Announce: Gorre"$0D
  3732.         "Announce: Gorre Wins"$0D
  3733.         "Announce: Grunt"$0D
  3734.         "Announce: Grunt Wins"$0D
  3735.         "Announce: Hossman"$0D
  3736.         "Announce: Hossman Wins"$0D
  3737.         "Announce: Hunter"$0D
  3738.         "Announce: Keel"$0D
  3739.         "Announce: Keel Wins"$0D
  3740.         "Announce: Klesk"$0D
  3741.         "Announce: Klesk Wins"$0D
  3742.         "Announce: Krusade Wins"$0D
  3743.         "Announce: Lucy"$0D
  3744.         "Announce: Lucy Wins"$0D
  3745.         "Announce: Major"$0D
  3746.         "Announce: Major Wins"$0D
  3747.         "Announce: Mynx"$0D
  3748.         "Announce: Mynx Wins"$0D
  3749.         "Announce: Orbb"$0D
  3750.         "Announce: Orbb Wins"$0D
  3751.         "Announce: Patriot"$0D
  3752.         "Announce: Patriot Wins"$0D
  3753.         "Announce: Phobos"$0D
  3754.         "Announce: Phobos Wins"$0D
  3755.         "Announce: Ranger"$0D
  3756.         "Announce: Ranger Wins"$0D
  3757.         "Announce: Razor"$0D
  3758.         "Announce: Razor Wins"$0D
  3759.         "Announce: Sarge"$0D
  3760.         "Announce: Slammer Wins"$0D
  3761.         "Announce: Slash"$0D
  3762.         "Announce: Slash Wins"$0D
  3763.         "Announce: Sorlag"$0D
  3764.         "Announce: Sorlag Wins"$0D
  3765.         "Announce: Stripe"$0D
  3766.         "Announce: Stripe Wins"$0D
  3767.         "Announce: Tankjr"$0D
  3768.         "Announce: Tankjr Wins"$0D
  3769.         "Announce: Uriel"$0D
  3770.         "Announce: Uriel Wins"$0D
  3771.         "Announce: Visor"$0D
  3772.         "Announce: Visor Wins"$0D
  3773.         "Announce: Wrack"$0D
  3774.         "Announce: Wrack Wins"$0D
  3775.         "Announce: Xaero"$0D
  3776.         "Announce: Xaero Wins"$0D
  3777.         "Announce: Xray Wins"$0D
  3778.         "Announce: You Win"
  3779.  
  3780.         values =
  3781.         "/sound/player/announce/anarki.wav"$0D
  3782.         "/sound/player/announce/anarki_wins.wav"$0D
  3783.         "/sound/player/announce/angel.wav"$0D
  3784.         "/sound/player/announce/angel_wins.wav"$0D
  3785.         "/sound/player/announce/biker.wav"$0D
  3786.         "/sound/player/announce/biker_wins.wav"$0D
  3787.         "/sound/player/announce/bitterman.wav"$0D
  3788.         "/sound/player/announce/bitterman_wins.wav"$0D
  3789.         "/sound/player/announce/bones.wav"$0D
  3790.         "/sound/player/announce/cadavre.wav"$0D
  3791.         "/sound/player/announce/crash.wav"$0D
  3792.         "/sound/player/announce/crash_wins.wav"$0D
  3793.         "/sound/player/announce/daemia.wav"$0D
  3794.         "/sound/player/announce/daemia_wins.wav"$0D
  3795.         "/sound/player/announce/doom.wav"$0D
  3796.         "/sound/player/announce/doom_wins.wav"$0D
  3797.         "/sound/player/announce/flisk_wins.wav"$0D
  3798.         "/sound/player/announce/gorre.wav"$0D
  3799.         "/sound/player/announce/gorre_wins.wav"$0D
  3800.         "/sound/player/announce/grunt.wav"$0D
  3801.         "/sound/player/announce/grunt_wins.wav"$0D
  3802.         "/sound/player/announce/hossman.wav"$0D
  3803.         "/sound/player/announce/hossman_wins.wav"$0D
  3804.         "/sound/player/announce/hunter.wav"$0D
  3805.         "/sound/player/announce/keel.wav"$0D
  3806.         "/sound/player/announce/keel_wins.wav"$0D
  3807.         "/sound/player/announce/klesk.wav"$0D
  3808.         "/sound/player/announce/klesk_wins.wav"$0D
  3809.         "/sound/player/announce/krusade_wins.wav"$0D
  3810.         "/sound/player/announce/lucy.wav"$0D
  3811.         "/sound/player/announce/lucy_wins.wav"$0D
  3812.         "/sound/player/announce/major.wav"$0D
  3813.         "/sound/player/announce/major_wins.wav"$0D
  3814.         "/sound/player/announce/mynx.wav"$0D
  3815.         "/sound/player/announce/mynx_wins.wav"$0D
  3816.         "/sound/player/announce/orbb.wav"$0D
  3817.         "/sound/player/announce/orbb_wins.wav"$0D
  3818.         "/sound/player/announce/patriot.wav"$0D
  3819.         "/sound/player/announce/patriot_wins.wav"$0D
  3820.         "/sound/player/announce/phobos.wav"$0D
  3821.         "/sound/player/announce/phobos_wins.wav"$0D
  3822.         "/sound/player/announce/ranger.wav"$0D
  3823.         "/sound/player/announce/ranger_wins.wav"$0D
  3824.         "/sound/player/announce/razor.wav"$0D
  3825.         "/sound/player/announce/razor_wins.wav"$0D
  3826.         "/sound/player/announce/sarge.wav"$0D
  3827.         "/sound/player/announce/slammer_wins.wav"$0D
  3828.         "/sound/player/announce/slash.wav"$0D
  3829.         "/sound/player/announce/slash_wins.wav"$0D
  3830.         "/sound/player/announce/sorlag.wav"$0D
  3831.         "/sound/player/announce/sorlag_wins.wav"$0D
  3832.         "/sound/player/announce/stripe.wav"$0D
  3833.         "/sound/player/announce/stripe_wins.wav"$0D
  3834.         "/sound/player/announce/tankjr.wav"$0D
  3835.         "/sound/player/announce/tankjr_wins.wav"$0D
  3836.         "/sound/player/announce/uriel.wav"$0D
  3837.         "/sound/player/announce/uriel_wins.wav"$0D
  3838.         "/sound/player/announce/visor.wav"$0D
  3839.         "/sound/player/announce/visor_wins.wav"$0D
  3840.         "/sound/player/announce/wrack.wav"$0D
  3841.         "/sound/player/announce/wrack_wins.wav"$0D
  3842.         "/sound/player/announce/xaero.wav"$0D
  3843.         "/sound/player/announce/xaero_wins.wav"$0D
  3844.         "/sound/player/announce/xray_wins.wav"$0D
  3845.         "/sound/player/announce/youwin.wav"
  3846.       }
  3847.  
  3848.     noise: =
  3849.       {
  3850.         typ = "C"
  3851.         txt = "Footsteps"
  3852.         items =
  3853.         "Footsteps: Boot1"$0D
  3854.         "Footsteps: Boot2"$0D
  3855.         "Footsteps: Boot3"$0D
  3856.         "Footsteps: Boot4"$0D
  3857.         "Footsteps: Clank1"$0D
  3858.         "Footsteps: Clank2"$0D
  3859.         "Footsteps: Clank3"$0D
  3860.         "Footsteps: Clank4"$0D
  3861.         "Footsteps: Energy1"$0D
  3862.         "Footsteps: Energy2"$0D
  3863.         "Footsteps: Energy3"$0D
  3864.         "Footsteps: Energy4"$0D
  3865.         "Footsteps: Flesh1"$0D
  3866.         "Footsteps: Flesh2"$0D
  3867.         "Footsteps: Flesh3"$0D
  3868.         "Footsteps: Flesh4"$0D
  3869.         "Footsteps: Mech1"$0D
  3870.         "Footsteps: Mech2"$0D
  3871.         "Footsteps: Mech3"$0D
  3872.         "Footsteps: Mech4"$0D
  3873.         "Footsteps: Splash1"$0D
  3874.         "Footsteps: Splash2"$0D
  3875.         "Footsteps: Splash3"$0D
  3876.         "Footsteps: Splash4"$0D
  3877.         "Footsteps: Step1"$0D
  3878.         "Footsteps: Step2"$0D
  3879.         "Footsteps: Step3"$0D
  3880.         "Footsteps: Step4"
  3881.  
  3882.         values =
  3883.         "/sound/player/footsteps/boot1.wav"$0D
  3884.         "/sound/player/footsteps/boot2.wav"$0D
  3885.         "/sound/player/footsteps/boot3.wav"$0D
  3886.         "/sound/player/footsteps/boot4.wav"$0D
  3887.         "/sound/player/footsteps/clank1.wav"$0D
  3888.         "/sound/player/footsteps/clank2.wav"$0D
  3889.         "/sound/player/footsteps/clank3.wav"$0D
  3890.         "/sound/player/footsteps/clank4.wav"$0D
  3891.         "/sound/player/footsteps/energy1.wav"$0D
  3892.         "/sound/player/footsteps/energy2.wav"$0D
  3893.         "/sound/player/footsteps/energy3.wav"$0D
  3894.         "/sound/player/footsteps/energy4.wav"$0D
  3895.         "/sound/player/footsteps/flesh1.wav"$0D
  3896.         "/sound/player/footsteps/flesh2.wav"$0D
  3897.         "/sound/player/footsteps/flesh3.wav"$0D
  3898.         "/sound/player/footsteps/flesh4.wav"$0D
  3899.         "/sound/player/footsteps/mech1.wav"$0D
  3900.         "/sound/player/footsteps/mech2.wav"$0D
  3901.         "/sound/player/footsteps/mech3.wav"$0D
  3902.         "/sound/player/footsteps/mech4.wav"$0D
  3903.         "/sound/player/footsteps/splash1.wav"$0D
  3904.         "/sound/player/footsteps/splash2.wav"$0D
  3905.         "/sound/player/footsteps/splash3.wav"$0D
  3906.         "/sound/player/footsteps/splash4.wav"$0D
  3907.         "/sound/player/footsteps/step1.wav"$0D
  3908.         "/sound/player/footsteps/step2.wav"$0D
  3909.         "/sound/player/footsteps/step3.wav"$0D
  3910.         "/sound/player/footsteps/step4"
  3911.       }
  3912.  
  3913.     noise: =
  3914.       {
  3915.         typ = "C"
  3916.         txt = "Teamplay"
  3917.         items =
  3918.         "Flagcap Blue"$0D
  3919.         "Flagcap Red"$0D
  3920.         "Flagret Blue"$0D
  3921.         "Flagret Red"$0D
  3922.         "Flagtk Blue"$0D
  3923.         "Flagtk Red"
  3924.  
  3925.         values =
  3926.         "/sound/teamplay/flagcap_blu.wav"$0D
  3927.         "/sound/teamplay/flagcap_red.wav"$0D
  3928.         "/sound/teamplay/flagret_blu.wav"$0D
  3929.         "/sound/teamplay/flagret_red.wav"$0D
  3930.         "/sound/teamplay/flagtk_blu.wav"$0D
  3931.         "/sound/teamplay/flagtk_red.wav"
  3932.     }
  3933.  
  3934.  
  3935.     noise: =
  3936.       {
  3937.         typ = "C"
  3938.         txt = "Weapons"
  3939.         items =
  3940.         "BFG: Fire"$0D
  3941.         "BFG: Hum"$0D
  3942.         "Grenade: Fire"$0D
  3943.         "Grenade: Bounce1"$0D
  3944.         "Grenade: Bounce2"$0D
  3945.         "Lightning: Fire"$0D
  3946.         "Lightning: Hit1"$0D
  3947.         "Lightning: Hit2"$0D
  3948.         "Lightning: Hit3"$0D
  3949.         "Lightning: Hum"$0D
  3950.         "MG: Bullet Flyby"$0D
  3951.         "MG: Fire1"$0D
  3952.         "MG: Fire2"$0D
  3953.         "MG: Fire3"$0D
  3954.         "MG: Fire4"$0D
  3955.         "MG: Ricochet1"$0D
  3956.         "MG: Ricochet2"$0D
  3957.         "MG: Ricochet3"$0D
  3958.         "Gauntlet: Hit"$0D
  3959.         "Gauntlet: Hum"$0D
  3960.         "Gauntlet: Buzz"$0D
  3961.         "Plasma: Fire"$0D
  3962.         "Plasma: Fly"$0D
  3963.         "Plasma: Hit"$0D
  3964.         "Railgun: Fire"$0D
  3965.         "Railgun: Hum"$0D
  3966.         "RL: Fly"$0D
  3967.         "RL: Fire"$0D
  3968.         "RL: Hit"$0D
  3969.         "Shotgun: Fire"$0D
  3970.         "Universal: Switch"$0D
  3971.         "Universal: No Ammo"
  3972.  
  3973.         values =
  3974.         "/sound/weapons/bfg/bfg_fire.wav"$0D
  3975.         "/sound/weapons/bfg/bfg_hum.wav"$0D
  3976.         "/sound/weapons/grenade/grenlf1a.wav"$0D
  3977.         "/sound/weapons/grenade/hgrenb1a.wav"$0D
  3978.         "/sound/weapons/grenade/hgrenb2a.wav"$0D
  3979.         "/sound/weapons/lightning/lg_fire.wav"$0D
  3980.         "/sound/weapons/lightning/lg_hit.wav"$0D
  3981.         "/sound/weapons/lightning/lg_hit2.wav"$0D
  3982.         "/sound/weapons/lightning/lg_hit3.wav"$0D
  3983.         "/sound/weapons/lightning/lg_hum.wav"$0D
  3984.         "/sound/weapons/machinegun/buletby1.wav"$0D
  3985.         "/sound/weapons/machinegun/machgf1b.wav"$0D
  3986.         "/sound/weapons/machinegun/machgf2b.wav"$0D
  3987.         "/sound/weapons/machinegun/machgf3b.wav"$0D
  3988.         "/sound/weapons/machinegun/machgf4b.wav"$0D
  3989.         "/sound/weapons/machinegun/ric1.wav"$0D
  3990.         "/sound/weapons/machinegun/ric2.wav"$0D
  3991.         "/sound/weapons/machinegun/ric3.wav"$0D
  3992.         "/sound/weapons/melee/fstatck.wav"$0D
  3993.         "/sound/weapons/melee/fsthum.wav"$0D
  3994.         "/sound/weapons/melee/fstrun.wav"$0D
  3995.         "/sound/weapons/plasma/hyprbf1a.wav"$0D
  3996.         "/sound/weapons/plasma/lasfly.wav"$0D
  3997.         "/sound/weapons/plasma/plasmx1a.wav"$0D
  3998.         "/sound/weapons/railgun/railgf1a.wav"$0D
  3999.         "/sound/weapons/railgun/rg_hum.wav"$0D
  4000.         "/sound/weapons/rocket/rockfly.wav"$0D
  4001.         "/sound/weapons/rocket/rocklf1a.wav"$0D
  4002.         "/sound/weapons/rocket/rocklx1a.wav"$0D
  4003.         "/sound/weapons/shotgun/sshotf1b.wav"$0D
  4004.         "/sound/weapons/change.wav"$0D
  4005.         "/sound/weapons/noammo.wav"
  4006.     }
  4007.  
  4008.     noise: =
  4009.       {
  4010.         typ = "C"
  4011.         txt = "World"
  4012.         items =
  4013.         "Drone Boys"$0D
  4014.         "Drone Fem"$0D
  4015.         "Gong"$0D
  4016.         "Chant1"$0D
  4017.         "Chant2"$0D
  4018.         "Ambience"$0D
  4019.         "Button Zap"$0D
  4020.         "Buzzer"$0D
  4021.         "Current"$0D
  4022.         "Demonwind1"$0D
  4023.         "Drone6"$0D
  4024.         "Electro"$0D
  4025.         "Evil"$0D
  4026.         "Fan4"$0D
  4027.         "Fire1"$0D
  4028.         "Fireloud"$0D
  4029.         "Firesoft"$0D
  4030.         "Growl1"$0D
  4031.         "Growl2"$0D
  4032.         "Growl3"$0D
  4033.         "Jumppad"$0D
  4034.         "Klaxon1"$0D
  4035.         "Klaxon2"$0D
  4036.         "Lava1"$0D
  4037.         "Lava Amb Quiet"$0D
  4038.         "Lava Short"$0D
  4039.         "Machine Drone1"$0D
  4040.         "Machine Drone2"$0D
  4041.         "Monitor"$0D
  4042.         "Portal"$0D
  4043.         "Screech1"$0D
  4044.         "Screech5"$0D
  4045.         "Suck1"$0D
  4046.         "Telein"$0D
  4047.         "Teleout"$0D
  4048.         "Tim Comp Hum"$0D
  4049.         "Tim Drone1"$0D
  4050.         "Tim Elect"$0D
  4051.         "Tim Hole"$0D
  4052.         "Tim Machine"$0D
  4053.         "Tim Pulse1"$0D
  4054.         "Tim Pulse2"$0D
  4055.         "Tim Pump"$0D
  4056.         "Tim Weird1"$0D
  4057.         "Tim Weird2"$0D
  4058.         "Tim Zap"$0D
  4059.         "Underwater1"$0D
  4060.         "Underwater2"$0D
  4061.         "Underwater3"$0D
  4062.         "Underwater4"$0D
  4063.         "Water1"$0D
  4064.         "Wind1"$0D
  4065.         "Wind2"$0D
  4066.         "Xchoir1"$0D
  4067.         "Xchoir2"$0D
  4068.         "Xforce1"$0D
  4069.         "Xforce2"$0D
  4070.         "xbobber"$0D
  4071.         "Ambient: Ancient Drone"$0D
  4072.         "Ambient: Drowning"$0D
  4073.         "Ambient: Forbidden"$0D
  4074.         "Ambient: Ominous"$0D
  4075.         "Ambient: Rumble"$0D
  4076.         "Drones: Amb1"
  4077.  
  4078.  
  4079.         values =
  4080.         "/sound/world/1shot_droneboys_01.wav"$0D
  4081.         "/sound/world/1shot_femdrone_01.wav"$0D
  4082.         "/sound/world/1shot_gong.wav"$0D
  4083.         "/sound/world/1shot_greg_01.wav"$0D
  4084.         "/sound/world/1shot_greg_03.wav"$0D
  4085.         "/sound/world/ambience03.wav"$0D
  4086.         "/sound/world/button_zap.wav"$0D
  4087.         "/sound/world/buzzer.wav"$0D
  4088.         "/sound/world/curnt2.wav"$0D
  4089.         "/sound/world/demonwind01.wav"$0D
  4090.         "/sound/world/drone6.wav"$0D
  4091.         "/sound/world/electro.wav"$0D
  4092.         "/sound/world/evil.wav"$0D
  4093.         "/sound/world/fan4.wav"$0D
  4094.         "/sound/world/fire1.wav"$0D
  4095.         "/sound/world/fireloud.wav"$0D
  4096.         "/sound/world/firesoft.wav"$0D
  4097.         "/sound/world/growl1.wav"$0D
  4098.         "/sound/world/growl2.wav"$0D
  4099.         "/sound/world/growl3.wav"$0D
  4100.         "/sound/world/jumppad.wav"$0D
  4101.         "/sound/world/klaxon1.wav"$0D
  4102.         "/sound/world/klaxon2.wav"$0D
  4103.         "/sound/world/lava1.wav"$0D
  4104.         "/sound/world/lava_amb_01_quiet.wav"$0D
  4105.         "/sound/world/lava_short.wav"$0D
  4106.         "/sound/world/machinerydrone01.wav"$0D
  4107.         "/sound/world/machinerydrone02.wav"$0D
  4108.         "/sound/world/monitor_02.wav"$0D
  4109.         "/sound/world/portal01.wav"$0D
  4110.         "/sound/world/screech1.wav"$0D
  4111.         "/sound/world/screech5.wav"$0D
  4112.         "/sound/world/suck1.wav"$0D
  4113.         "/sound/world/telein.wav"$0D
  4114.         "/sound/world/teleout.wav"$0D
  4115.         "/sound/world/tim_comp_hum3.wav"$0D
  4116.         "/sound/world/tim_drone1.wav"$0D
  4117.         "/sound/world/tim_elect.wav"$0D
  4118.         "/sound/world/tim_hole.wav"$0D
  4119.         "/sound/world/tim_machine.wav"$0D
  4120.         "/sound/world/tim_pulse.wav"$0D
  4121.         "/sound/world/tim_pulse2.wav"$0D
  4122.         "/sound/world/tim_pump.wav"$0D
  4123.         "/sound/world/tim_weird1.wav"$0D
  4124.         "/sound/world/tim_weird2.wav"$0D
  4125.         "/sound/world/tim_zap.wav"$0D
  4126.         "/sound/world/underwater01.wav"$0D
  4127.         "/sound/world/underwater02.wav"$0D
  4128.         "/sound/world/underwater03.wav"$0D
  4129.         "/sound/world/underwater04.wav"$0D
  4130.         "/sound/world/water1.wav"$0D
  4131.         "/sound/world/wind1.wav"$0D
  4132.         "/sound/world/wind2.wav"$0D
  4133.         "/sound/world/xchoir1.wav"$0D
  4134.         "/sound/world/xchoir2.wav"$0D
  4135.         "/sound/world/xforce1.wav"$0D
  4136.         "/sound/world/xforce2.wav"$0D
  4137.         "/sound/world/x_bobber.wav"$0D
  4138.         "/sound/world/ambient/x_ancientsdrone.wav"$0D
  4139.         "/sound/world/ambient/x_drowning.wav"$0D
  4140.         "/sound/world/ambient/x_forbidden.wav"$0D
  4141.         "/sound/world/ambient/x_ominous.wav"$0D
  4142.         "/sound/world/ambient/x_rumbledrone.wav"$0D
  4143.         "/sound/world/drones/amb1.wav"
  4144.     }
  4145. }
  4146.     t_models_form:form =
  4147.     {
  4148.       model: = { typ="C" txt="Ammo"
  4149.       items=
  4150.         "grenade1.md3"$0D
  4151.         "rocket/rocket.md3"
  4152.       values=
  4153.         "/models/ammo/grenade1.md3"$0D
  4154.         "/models/ammo/rocket/rocket.md3"
  4155.       }
  4156.  
  4157.       model: = { typ="C" txt="Flags"
  4158.       items=
  4159.         "b_flag.md3"$0D
  4160.         "r_flag.md3"
  4161.       values=
  4162.         "/models/flags/b_flag.md3"$0D
  4163.         "/models/flags/r_flag.md3"
  4164.       }
  4165.  
  4166.       model: = { typ="C" txt="Gibs"
  4167.       items=
  4168.         "abdomen.md3"$0D
  4169.         "arm.md3"$0D
  4170.         "brain.md3"$0D
  4171.         "chest.md3"$0D
  4172.         "fist.md3"$0D
  4173.         "foot.md3"$0D
  4174.         "forearm.md3"$0D
  4175.         "intestine.md3"$0D
  4176.         "leg.md3"$0D
  4177.         "skull.md3"
  4178.       values=
  4179.         "/models/gibs/abdomen.md3"$0D
  4180.         "/models/gibs/arm.md3"$0D
  4181.         "/models/gibs/brain.md3"$0D
  4182.         "/models/gibs/chest.md3"$0D
  4183.         "/models/gibs/fist.md3"$0D
  4184.         "/models/gibs/foot.md3"$0D
  4185.         "/models/gibs/forearm.md3"$0D
  4186.         "/models/gibs/intestine.md3"$0D
  4187.         "/models/gibs/leg.md3"$0D
  4188.         "/models/gibs/skull.md3"
  4189.       }
  4190.  
  4191.       model: = { typ="C" txt="MapObjects"
  4192.       items=
  4193.         "banner/banner5.md3"$0D
  4194.         "baph/baphomet_gold.md3"$0D
  4195.         "baph/lil_baphomet.md3"$0D
  4196.         "bitch/fembot.md3"$0D
  4197.         "bitch/fembotbig.md3"$0D
  4198.         "corpse/corpse.md3"$0D
  4199.         "corpse/torso.md3"$0D
  4200.         "gargoyle1.md3"$0D
  4201.         "gratelamp/gratelamp.md3"$0D
  4202.         "gratelamp/gratetorch.md3"$0D
  4203.         "gratelamp/gratetorchbig.md3"$0D
  4204.         "jesus/jesus.md3"$0D
  4205.         "jets/jets01.md3"$0D
  4206.         "jets/jets01.md3"$0D
  4207.         "kmlamp1.md3"$0D
  4208.         "lamps/bot_lamp2.md3"$0D
  4209.         "pipe/pipe02.md3"$0D
  4210.         "pipe/pipe02b.md3"$0D
  4211.         "podium/podium4.md3"$0D
  4212.         "portal_2/portal_2.md3"$0D
  4213.         "skel/skel01.md3"$0D
  4214.         "skel/skel02mid.md3"$0D
  4215.         "skel/skel_ribs.md3"$0D
  4216.         "skel/xray.md3"$0D
  4217.         "skel/xraybig.md3"$0D
  4218.         "skull/monkeyface.md3"$0D
  4219.         "skull/skull.md3"$0D
  4220.         "skull/skull_tilt1.md3"$0D
  4221.         "spotlamp/spotlamp.md3"$0D
  4222.         "statue_major.md3"$0D
  4223.         "storch/storch.md3"$0D
  4224.         "storch/storchx.md3"$0D
  4225.         "storch/tall_torch.md3"$0D
  4226.         "teleporter/teleporter.md3"$0D
  4227.         "timlamp/timlamp.md3"$0D
  4228.         "visor_posed.md3"$0D
  4229.         "wallhead/femhead.md3"$0D
  4230.         "wallhead/lion.md3"$0D
  4231.         "wallhead/wallhead02.md3"$0D
  4232.         "walllamp3.md3"
  4233.       values=
  4234.         "/models/mapobjects/banner/banner5.md3"$0D
  4235.         "/models/mapobjects/baph/baphomet_gold.md3"$0D
  4236.         "/models/mapobjects/baph/lil_baphomet.md3"$0D
  4237.         "/models/mapobjects/bitch/fembot.md3"$0D
  4238.         "/models/mapobjects/bitch/fembotbig.md3"$0D
  4239.         "/models/mapobjects/corpse/corpse.md3"$0D
  4240.         "/models/mapobjects/corpse/torso.md3"$0D
  4241.         "/models/mapobjects/gargoyle1.md3"$0D
  4242.         "/models/mapobjects/gratelamp/gratelamp.md3"$0D
  4243.         "/models/mapobjects/gratelamp/gratetorch.md3"$0D
  4244.         "/models/mapobjects/gratelamp/gratetorchbig.md3"$0D
  4245.         "/models/mapobjects/jesus/jesus.md3"$0D
  4246.         "/models/mapobjects/jets/jets01.md3"$0D
  4247.         "/models/mapobjects/jets/jets01.md3"$0D
  4248.         "/models/mapobjects/kmlamp1.md3"$0D
  4249.         "/models/mapobjects/lamps/bot_lamp2.md3"$0D
  4250.         "/models/mapobjects/pipe/pipe02.md3"$0D
  4251.         "/models/mapobjects/pipe/pipe02b.md3"$0D
  4252.         "/models/mapobjects/podium/podium4.md3"$0D
  4253.         "/models/mapobjects/portal_2/portal_2.md3"$0D
  4254.         "/models/mapobjects/skel/skel01.md3"$0D
  4255.         "/models/mapobjects/skel/skel02mid.md3"$0D
  4256.         "/models/mapobjects/skel/skel_ribs.md3"$0D
  4257.         "/models/mapobjects/skel/xray.md3"$0D
  4258.         "/models/mapobjects/skel/xraybig.md3"$0D
  4259.         "/models/mapobjects/skull/monkeyface.md3"$0D
  4260.         "/models/mapobjects/skull/skull.md3"$0D
  4261.         "/models/mapobjects/skull/skull_tilt1.md3"$0D
  4262.         "/models/mapobjects/spotlamp/spotlamp.md3"$0D
  4263.         "/models/mapobjects/statue_major.md3"$0D
  4264.         "/models/mapobjects/storch/storch.md3"$0D
  4265.         "/models/mapobjects/storch/storchx.md3"$0D
  4266.         "/models/mapobjects/storch/tall_torch.md3"$0D
  4267.         "/models/mapobjects/teleporter/teleporter.md3"$0D
  4268.         "/models/mapobjects/timlamp/timlamp.md3"$0D
  4269.         "/models/mapobjects/visor_posed.md3"$0D
  4270.         "/models/mapobjects/wallhead/femhead.md3"$0D
  4271.         "/models/mapobjects/wallhead/lion.md3"$0D
  4272.         "/models/mapobjects/wallhead/wallhead02.md3"$0D
  4273.         "/models/mapobjects/walllamp3.md3"
  4274.       }
  4275.  
  4276.       model: = { typ="C" txt="Misc"
  4277.       items=
  4278.         "telep.md3"
  4279.       values=
  4280.         "/models/misc/telep.md3"
  4281.       }
  4282.  
  4283.       model: = { typ="C" txt="Players"
  4284.       items=
  4285.         "anarki/head.md3"$0D
  4286.         "anarki/head_1.md3"$0D
  4287.         "anarki/head_2.md3"$0D
  4288.         "anarki/lower.md3"$0D
  4289.         "anarki/lower_1.md3"$0D
  4290.         "anarki/lower_2.md3"$0D
  4291.         "anarki/upper.md3"$0D
  4292.         "anarki/upper_1.md3"$0D
  4293.         "anarki/upper_2.md3"$0D
  4294.         "biker/head.md3"$0D
  4295.         "biker/head_1.md3"$0D
  4296.         "biker/head_2.md3"$0D
  4297.         "biker/lower.md3"$0D
  4298.         "biker/lower_1.md3"$0D
  4299.         "biker/lower_2.md3"$0D
  4300.         "biker/upper.md3"$0D
  4301.         "biker/upper_1.md3"$0D
  4302.         "biker/upper_2.md3"$0D
  4303.         "bitterman/head.md3"$0D
  4304.         "bitterman/head_1.md3"$0D
  4305.         "bitterman/head_2.md3"$0D
  4306.         "bitterman/lower.md3"$0D
  4307.         "bitterman/lower_1.md3"$0D
  4308.         "bitterman/lower_2.md3"$0D
  4309.         "bitterman/upper.md3"$0D
  4310.         "bitterman/upper_1.md3"$0D
  4311.         "bitterman/upper_2.md3"$0D
  4312.         "bones/head.md3"$0D
  4313.         "bones/head_1.md3"$0D
  4314.         "bones/lower.md3"$0D
  4315.         "bones/lower_1.md3"$0D
  4316.         "bones/upper.md3"$0D
  4317.         "bones/upper_1.md3"$0D
  4318.         "crash/head.md3"$0D
  4319.         "crash/head_1.md3"$0D
  4320.         "crash/head_2.md3"$0D
  4321.         "crash/lower.md3"$0D
  4322.         "crash/lower_1.md3"$0D
  4323.         "crash/lower_2.md3"$0D
  4324.         "crash/upper.md3"$0D
  4325.         "crash/upper_1.md3"$0D
  4326.         "crash/upper_2.md3"$0D
  4327.         "doom/head.md3"$0D
  4328.         "doom/head_1.md3"$0D
  4329.         "doom/head_2.md3"$0D
  4330.         "doom/lower.md3"$0D
  4331.         "doom/lower_1.md3"$0D
  4332.         "doom/lower_2.md3"$0D
  4333.         "doom/upper.md3"$0D
  4334.         "doom/upper_1.md3"$0D
  4335.         "doom/upper_2.md3"$0D
  4336.         "grunt/head.md3"$0D
  4337.         "grunt/head_1.md3"$0D
  4338.         "grunt/head_2.md3"$0D
  4339.         "grunt/lower.md3"$0D
  4340.         "grunt/lower_1.md3"$0D
  4341.         "grunt/lower_2.md3"$0D
  4342.         "grunt/upper.md3"$0D
  4343.         "grunt/upper_1.md3"$0D
  4344.         "grunt/upper_2.md3"$0D
  4345.         "hunter/head.md3"$0D
  4346.         "hunter/head_1.md3"$0D
  4347.         "hunter/head_2.md3"$0D
  4348.         "hunter/lower.md3"$0D
  4349.         "hunter/lower_1.md3"$0D
  4350.         "hunter/lower_2.md3"$0D
  4351.         "hunter/upper.md3"$0D
  4352.         "hunter/upper_1.md3"$0D
  4353.         "hunter/upper_2.md3"$0D
  4354.         "keel/head.md3"$0D
  4355.         "keel/head_1.md3"$0D
  4356.         "keel/head_2.md3"$0D
  4357.         "keel/lower.md3"$0D
  4358.         "keel/lower_1.md3"$0D
  4359.         "keel/lower_2.md3"$0D
  4360.         "keel/upper.md3"$0D
  4361.         "keel/upper_1.md3"$0D
  4362.         "keel/upper_2.md3"$0D
  4363.         "klesk/head.md3"$0D
  4364.         "klesk/head_1.md3"$0D
  4365.         "klesk/head_2.md3"$0D
  4366.         "klesk/lower.md3"$0D
  4367.         "klesk/lower_1.md3"$0D
  4368.         "klesk/lower_2.md3"$0D
  4369.         "klesk/upper.md3"$0D
  4370.         "klesk/upper_1.md3"$0D
  4371.         "klesk/upper_2.md3"$0D
  4372.         "lucy/head.md3"$0D
  4373.         "lucy/head_1.md3"$0D
  4374.         "lucy/head_2.md3"$0D
  4375.         "lucy/lower.md3"$0D
  4376.         "lucy/lower_1.md3"$0D
  4377.         "lucy/lower_2.md3"$0D
  4378.         "lucy/upper.md3"$0D
  4379.         "lucy/upper_1.md3"$0D
  4380.         "lucy/upper_2.md3"$0D
  4381.         "major/head.md3"$0D
  4382.         "major/head_1.md3"$0D
  4383.         "major/head_2.md3"$0D
  4384.         "major/lower.md3"$0D
  4385.         "major/lower_1.md3"$0D
  4386.         "major/lower_2.md3"$0D
  4387.         "major/upper.md3"$0D
  4388.         "major/upper_1.md3"$0D
  4389.         "major/upper_2.md3"$0D
  4390.         "mynx/head.md3"$0D
  4391.         "mynx/head_1.md3"$0D
  4392.         "mynx/head_2.md3"$0D
  4393.         "mynx/lower.md3"$0D
  4394.         "mynx/lower_1.md3"$0D
  4395.         "mynx/lower_2.md3"$0D
  4396.         "mynx/upper.md3"$0D
  4397.         "mynx/upper_1.md3"$0D
  4398.         "mynx/upper_2.md3"$0D
  4399.         "orbb/head.md3"$0D
  4400.         "orbb/head_1.md3"$0D
  4401.         "orbb/head_2.md3"$0D
  4402.         "orbb/lower.md3"$0D
  4403.         "orbb/lower_1.md3"$0D
  4404.         "orbb/lower_2.md3"$0D
  4405.         "orbb/upper.md3"$0D
  4406.         "orbb/upper_1.md3"$0D
  4407.         "orbb/upper_2.md3"$0D
  4408.         "ranger/head.md3"$0D
  4409.         "ranger/head_1.md3"$0D
  4410.         "ranger/head_2.md3"$0D
  4411.         "ranger/lower.md3"$0D
  4412.         "ranger/lower_1.md3"$0D
  4413.         "ranger/lower_2.md3"$0D
  4414.         "ranger/upper.md3"$0D
  4415.         "ranger/upper_1.md3"$0D
  4416.         "ranger/upper_2.md3"$0D
  4417.         "razor/head.md3"$0D
  4418.         "razor/head_1.md3"$0D
  4419.         "razor/head_2.md3"$0D
  4420.         "razor/lower.md3"$0D
  4421.         "razor/lower_1.md3"$0D
  4422.         "razor/lower_2.md3"$0D
  4423.         "razor/upper.md3"$0D
  4424.         "razor/upper_1.md3"$0D
  4425.         "razor/upper_2.md3"$0D
  4426.         "sarge/head.md3"$0D
  4427.         "sarge/head_1.md3"$0D
  4428.         "sarge/head_2.md3"$0D
  4429.         "sarge/lower.md3"$0D
  4430.         "sarge/lower_1.md3"$0D
  4431.         "sarge/lower_2.md3"$0D
  4432.         "sarge/upper.md3"$0D
  4433.         "sarge/upper_1.md3"$0D
  4434.         "sarge/upper_2.md3"$0D
  4435.         "slash/head.md3"$0D
  4436.         "slash/head_1.md3"$0D
  4437.         "slash/head_2.md3"$0D
  4438.         "slash/lower.md3"$0D
  4439.         "slash/lower_1.md3"$0D
  4440.         "slash/lower_2.md3"$0D
  4441.         "slash/upper.md3"$0D
  4442.         "slash/upper_1.md3"$0D
  4443.         "slash/upper_2.md3"$0D
  4444.         "sorlag/head.md3"$0D
  4445.         "sorlag/head_1.md3"$0D
  4446.         "sorlag/head_2.md3"$0D
  4447.         "sorlag/lower.md3"$0D
  4448.         "sorlag/lower_1.md3"$0D
  4449.         "sorlag/lower_2.md3"$0D
  4450.         "sorlag/upper.md3"$0D
  4451.         "sorlag/upper_1.md3"$0D
  4452.         "sorlag/upper_2.md3"$0D
  4453.         "tankjr/head.md3"$0D
  4454.         "tankjr/head_1.md3"$0D
  4455.         "tankjr/head_2.md3"$0D
  4456.         "tankjr/lower.md3"$0D
  4457.         "tankjr/lower_1.md3"$0D
  4458.         "tankjr/lower_2.md3"$0D
  4459.         "tankjr/upper.md3"$0D
  4460.         "tankjr/upper_1.md3"$0D
  4461.         "tankjr/upper_2.md3"$0D
  4462.         "uriel/head.md3"$0D
  4463.         "uriel/head_1.md3"$0D
  4464.         "uriel/head_2.md3"$0D
  4465.         "uriel/lower.md3"$0D
  4466.         "uriel/lower_1.md3"$0D
  4467.         "uriel/lower_2.md3"$0D
  4468.         "uriel/upper.md3"$0D
  4469.         "uriel/upper_1.md3"$0D
  4470.         "uriel/upper_2.md3"$0D
  4471.         "visor/head.md3"$0D
  4472.         "visor/head_1.md3"$0D
  4473.         "visor/head_2.md3"$0D
  4474.         "visor/lower.md3"$0D
  4475.         "visor/lower_1.md3"$0D
  4476.         "visor/lower_2.md3"$0D
  4477.         "visor/upper.md3"$0D
  4478.         "visor/upper_1.md3"$0D
  4479.         "visor/upper_2.md3"$0D
  4480.         "xaero/head.md3"$0D
  4481.         "xaero/head_1.md3"$0D
  4482.         "xaero/head_2.md3"$0D
  4483.         "xaero/lower.md3"$0D
  4484.         "xaero/lower_1.md3"$0D
  4485.         "xaero/lower_2.md3"$0D
  4486.         "xaero/upper.md3"$0D
  4487.         "xaero/upper_1.md3"$0D
  4488.         "xaero/upper_2.md3"
  4489.       values=
  4490.         "/models/players/anarki/head.md3"$0D
  4491.         "/models/players/anarki/head_1.md3"$0D
  4492.         "/models/players/anarki/head_2.md3"$0D
  4493.         "/models/players/anarki/lower.md3"$0D
  4494.         "/models/players/anarki/lower_1.md3"$0D
  4495.         "/models/players/anarki/lower_2.md3"$0D
  4496.         "/models/players/anarki/upper.md3"$0D
  4497.         "/models/players/anarki/upper_1.md3"$0D
  4498.         "/models/players/anarki/upper_2.md3"$0D
  4499.         "/models/players/biker/head.md3"$0D
  4500.         "/models/players/biker/head_1.md3"$0D
  4501.         "/models/players/biker/head_2.md3"$0D
  4502.         "/models/players/biker/lower.md3"$0D
  4503.         "/models/players/biker/lower_1.md3"$0D
  4504.         "/models/players/biker/lower_2.md3"$0D
  4505.         "/models/players/biker/upper.md3"$0D
  4506.         "/models/players/biker/upper_1.md3"$0D
  4507.         "/models/players/biker/upper_2.md3"$0D
  4508.         "/models/players/bitterman/head.md3"$0D
  4509.         "/models/players/bitterman/head_1.md3"$0D
  4510.         "/models/players/bitterman/head_2.md3"$0D
  4511.         "/models/players/bitterman/lower.md3"$0D
  4512.         "/models/players/bitterman/lower_1.md3"$0D
  4513.         "/models/players/bitterman/lower_2.md3"$0D
  4514.         "/models/players/bitterman/upper.md3"$0D
  4515.         "/models/players/bitterman/upper_1.md3"$0D
  4516.         "/models/players/bitterman/upper_2.md3"$0D
  4517.         "/models/players/bones/head.md3"$0D
  4518.         "/models/players/bones/head_1.md3"$0D
  4519.         "/models/players/bones/lower.md3"$0D
  4520.         "/models/players/bones/lower_1.md3"$0D
  4521.         "/models/players/bones/upper.md3"$0D
  4522.         "/models/players/bones/upper_1.md3"$0D
  4523.         "/models/players/crash/head.md3"$0D
  4524.         "/models/players/crash/head_1.md3"$0D
  4525.         "/models/players/crash/head_2.md3"$0D
  4526.         "/models/players/crash/lower.md3"$0D
  4527.         "/models/players/crash/lower_1.md3"$0D
  4528.         "/models/players/crash/lower_2.md3"$0D
  4529.         "/models/players/crash/upper.md3"$0D
  4530.         "/models/players/crash/upper_1.md3"$0D
  4531.         "/models/players/crash/upper_2.md3"$0D
  4532.         "/models/players/doom/head.md3"$0D
  4533.         "/models/players/doom/head_1.md3"$0D
  4534.         "/models/players/doom/head_2.md3"$0D
  4535.         "/models/players/doom/lower.md3"$0D
  4536.         "/models/players/doom/lower_1.md3"$0D
  4537.         "/models/players/doom/lower_2.md3"$0D
  4538.         "/models/players/doom/upper.md3"$0D
  4539.         "/models/players/doom/upper_1.md3"$0D
  4540.         "/models/players/doom/upper_2.md3"$0D
  4541.         "/models/players/grunt/head.md3"$0D
  4542.         "/models/players/grunt/head_1.md3"$0D
  4543.         "/models/players/grunt/head_2.md3"$0D
  4544.         "/models/players/grunt/lower.md3"$0D
  4545.         "/models/players/grunt/lower_1.md3"$0D
  4546.         "/models/players/grunt/lower_2.md3"$0D
  4547.         "/models/players/grunt/upper.md3"$0D
  4548.         "/models/players/grunt/upper_1.md3"$0D
  4549.         "/models/players/grunt/upper_2.md3"$0D
  4550.         "/models/players/hunter/head.md3"$0D
  4551.         "/models/players/hunter/head_1.md3"$0D
  4552.         "/models/players/hunter/head_2.md3"$0D
  4553.         "/models/players/hunter/lower.md3"$0D
  4554.         "/models/players/hunter/lower_1.md3"$0D
  4555.         "/models/players/hunter/lower_2.md3"$0D
  4556.         "/models/players/hunter/upper.md3"$0D
  4557.         "/models/players/hunter/upper_1.md3"$0D
  4558.         "/models/players/hunter/upper_2.md3"$0D
  4559.         "/models/players/keel/head.md3"$0D
  4560.         "/models/players/keel/head_1.md3"$0D
  4561.         "/models/players/keel/head_2.md3"$0D
  4562.         "/models/players/keel/lower.md3"$0D
  4563.         "/models/players/keel/lower_1.md3"$0D
  4564.         "/models/players/keel/lower_2.md3"$0D
  4565.         "/models/players/keel/upper.md3"$0D
  4566.         "/models/players/keel/upper_1.md3"$0D
  4567.         "/models/players/keel/upper_2.md3"$0D
  4568.         "/models/players/klesk/head.md3"$0D
  4569.         "/models/players/klesk/head_1.md3"$0D
  4570.         "/models/players/klesk/head_2.md3"$0D
  4571.         "/models/players/klesk/lower.md3"$0D
  4572.         "/models/players/klesk/lower_1.md3"$0D
  4573.         "/models/players/klesk/lower_2.md3"$0D
  4574.         "/models/players/klesk/upper.md3"$0D
  4575.         "/models/players/klesk/upper_1.md3"$0D
  4576.         "/models/players/klesk/upper_2.md3"$0D
  4577.         "/models/players/lucy/head.md3"$0D
  4578.         "/models/players/lucy/head_1.md3"$0D
  4579.         "/models/players/lucy/head_2.md3"$0D
  4580.         "/models/players/lucy/lower.md3"$0D
  4581.         "/models/players/lucy/lower_1.md3"$0D
  4582.         "/models/players/lucy/lower_2.md3"$0D
  4583.         "/models/players/lucy/upper.md3"$0D
  4584.         "/models/players/lucy/upper_1.md3"$0D
  4585.         "/models/players/lucy/upper_2.md3"$0D
  4586.         "/models/players/major/head.md3"$0D
  4587.         "/models/players/major/head_1.md3"$0D
  4588.         "/models/players/major/head_2.md3"$0D
  4589.         "/models/players/major/lower.md3"$0D
  4590.         "/models/players/major/lower_1.md3"$0D
  4591.         "/models/players/major/lower_2.md3"$0D
  4592.         "/models/players/major/upper.md3"$0D
  4593.         "/models/players/major/upper_1.md3"$0D
  4594.         "/models/players/major/upper_2.md3"$0D
  4595.         "/models/players/mynx/head.md3"$0D
  4596.         "/models/players/mynx/head_1.md3"$0D
  4597.         "/models/players/mynx/head_2.md3"$0D
  4598.         "/models/players/mynx/lower.md3"$0D
  4599.         "/models/players/mynx/lower_1.md3"$0D
  4600.         "/models/players/mynx/lower_2.md3"$0D
  4601.         "/models/players/mynx/upper.md3"$0D
  4602.         "/models/players/mynx/upper_1.md3"$0D
  4603.         "/models/players/mynx/upper_2.md3"$0D
  4604.         "/models/players/orbb/head.md3"$0D
  4605.         "/models/players/orbb/head_1.md3"$0D
  4606.         "/models/players/orbb/head_2.md3"$0D
  4607.         "/models/players/orbb/lower.md3"$0D
  4608.         "/models/players/orbb/lower_1.md3"$0D
  4609.         "/models/players/orbb/lower_2.md3"$0D
  4610.         "/models/players/orbb/upper.md3"$0D
  4611.         "/models/players/orbb/upper_1.md3"$0D
  4612.         "/models/players/orbb/upper_2.md3"$0D
  4613.         "/models/players/ranger/head.md3"$0D
  4614.         "/models/players/ranger/head_1.md3"$0D
  4615.         "/models/players/ranger/head_2.md3"$0D
  4616.         "/models/players/ranger/lower.md3"$0D
  4617.         "/models/players/ranger/lower_1.md3"$0D
  4618.         "/models/players/ranger/lower_2.md3"$0D
  4619.         "/models/players/ranger/upper.md3"$0D
  4620.         "/models/players/ranger/upper_1.md3"$0D
  4621.         "/models/players/ranger/upper_2.md3"$0D
  4622.         "/models/players/razor/head.md3"$0D
  4623.         "/models/players/razor/head_1.md3"$0D
  4624.         "/models/players/razor/head_2.md3"$0D
  4625.         "/models/players/razor/lower.md3"$0D
  4626.         "/models/players/razor/lower_1.md3"$0D
  4627.         "/models/players/razor/lower_2.md3"$0D
  4628.         "/models/players/razor/upper.md3"$0D
  4629.         "/models/players/razor/upper_1.md3"$0D
  4630.         "/models/players/razor/upper_2.md3"$0D
  4631.         "/models/players/sarge/head.md3"$0D
  4632.         "/models/players/sarge/head_1.md3"$0D
  4633.         "/models/players/sarge/head_2.md3"$0D
  4634.         "/models/players/sarge/lower.md3"$0D
  4635.         "/models/players/sarge/lower_1.md3"$0D
  4636.         "/models/players/sarge/lower_2.md3"$0D
  4637.         "/models/players/sarge/upper.md3"$0D
  4638.         "/models/players/sarge/upper_1.md3"$0D
  4639.         "/models/players/sarge/upper_2.md3"$0D
  4640.         "/models/players/slash/head.md3"$0D
  4641.         "/models/players/slash/head_1.md3"$0D
  4642.         "/models/players/slash/head_2.md3"$0D
  4643.         "/models/players/slash/lower.md3"$0D
  4644.         "/models/players/slash/lower_1.md3"$0D
  4645.         "/models/players/slash/lower_2.md3"$0D
  4646.         "/models/players/slash/upper.md3"$0D
  4647.         "/models/players/slash/upper_1.md3"$0D
  4648.         "/models/players/slash/upper_2.md3"$0D
  4649.         "/models/players/sorlag/head.md3"$0D
  4650.         "/models/players/sorlag/head_1.md3"$0D
  4651.         "/models/players/sorlag/head_2.md3"$0D
  4652.         "/models/players/sorlag/lower.md3"$0D
  4653.         "/models/players/sorlag/lower_1.md3"$0D
  4654.         "/models/players/sorlag/lower_2.md3"$0D
  4655.         "/models/players/sorlag/upper.md3"$0D
  4656.         "/models/players/sorlag/upper_1.md3"$0D
  4657.         "/models/players/sorlag/upper_2.md3"$0D
  4658.         "/models/players/tankjr/head.md3"$0D
  4659.         "/models/players/tankjr/head_1.md3"$0D
  4660.         "/models/players/tankjr/head_2.md3"$0D
  4661.         "/models/players/tankjr/lower.md3"$0D
  4662.         "/models/players/tankjr/lower_1.md3"$0D
  4663.         "/models/players/tankjr/lower_2.md3"$0D
  4664.         "/models/players/tankjr/upper.md3"$0D
  4665.         "/models/players/tankjr/upper_1.md3"$0D
  4666.         "/models/players/tankjr/upper_2.md3"$0D
  4667.         "/models/players/uriel/head.md3"$0D
  4668.         "/models/players/uriel/head_1.md3"$0D
  4669.         "/models/players/uriel/head_2.md3"$0D
  4670.         "/models/players/uriel/lower.md3"$0D
  4671.         "/models/players/uriel/lower_1.md3"$0D
  4672.         "/models/players/uriel/lower_2.md3"$0D
  4673.         "/models/players/uriel/upper.md3"$0D
  4674.         "/models/players/uriel/upper_1.md3"$0D
  4675.         "/models/players/uriel/upper_2.md3"$0D
  4676.         "/models/players/visor/head.md3"$0D
  4677.         "/models/players/visor/head_1.md3"$0D
  4678.         "/models/players/visor/head_2.md3"$0D
  4679.         "/models/players/visor/lower.md3"$0D
  4680.         "/models/players/visor/lower_1.md3"$0D
  4681.         "/models/players/visor/lower_2.md3"$0D
  4682.         "/models/players/visor/upper.md3"$0D
  4683.         "/models/players/visor/upper_1.md3"$0D
  4684.         "/models/players/visor/upper_2.md3"$0D
  4685.         "/models/players/xaero/head.md3"$0D
  4686.         "/models/players/xaero/head_1.md3"$0D
  4687.         "/models/players/xaero/head_2.md3"$0D
  4688.         "/models/players/xaero/lower.md3"$0D
  4689.         "/models/players/xaero/lower_1.md3"$0D
  4690.         "/models/players/xaero/lower_2.md3"$0D
  4691.         "/models/players/xaero/upper.md3"$0D
  4692.         "/models/players/xaero/upper_1.md3"$0D
  4693.         "/models/players/xaero/upper_2.md3"
  4694.       }
  4695.  
  4696.       model: = { typ="C" txt="Powerups"
  4697.       items=
  4698.         "ammo/bfgam.md3"$0D
  4699.         "ammo/bfgam_1.md3"$0D
  4700.         "ammo/grenadeam.md3"$0D
  4701.         "ammo/grenadeam_1.md3"$0D
  4702.         "ammo/lightningam.md3"$0D
  4703.         "ammo/lightningam_1.md3"$0D
  4704.         "ammo/machinegunam.md3"$0D
  4705.         "ammo/machinegunam_1.md3"$0D
  4706.         "ammo/plasmaam.md3"$0D
  4707.         "ammo/plasmaam_1.md3"$0D
  4708.         "ammo/railgunam.md3"$0D
  4709.         "ammo/railgunam_1.md3"$0D
  4710.         "ammo/rocketam.md3"$0D
  4711.         "ammo/rocketam_1.md3"$0D
  4712.         "ammo/shotgunam.md3"$0D
  4713.         "ammo/shotgunam_1.md3"$0D
  4714.         "armor/armor_red.md3"$0D
  4715.         "armor/armor_red_1.md3"$0D
  4716.         "armor/armor_red_2.md3"$0D
  4717.         "armor/armor_yel.md3"$0D
  4718.         "armor/armor_yel_1.md3"$0D
  4719.         "armor/armor_yel_2.md3"$0D
  4720.         "armor/shard.md3"$0D
  4721.         "armor/shard_sphere.md3"$0D
  4722.         "health/large_cross.md3"$0D
  4723.         "health/large_sphere.md3"$0D
  4724.         "health/large_sphere_1.md3"$0D
  4725.         "health/large_sphere_2.md3"$0D
  4726.         "health/medium_cross.md3"$0D
  4727.         "health/medium_sphere.md3"$0D
  4728.         "health/medium_sphere_1.md3"$0D
  4729.         "health/medium_sphere_2.md3"$0D
  4730.         "health/mega_cross.md3"$0D
  4731.         "health/mega_sphere.md3"$0D
  4732.         "health/mega_sphere_1.md3"$0D
  4733.         "health/mega_sphere_2.md3"$0D
  4734.         "health/small_cross.md3"$0D
  4735.         "health/small_sphere.md3"$0D
  4736.         "health/small_sphere_1.md3"$0D
  4737.         "health/small_sphere_2.md3"$0D
  4738.         "holdable/medkit.md3"$0D
  4739.         "holdable/medkit_1.md3"$0D
  4740.         "holdable/teleporter.md3"$0D
  4741.         "holdable/teleporter_1.md3"$0D
  4742.         "instant/enviro.md3"$0D
  4743.         "instant/enviro_1.md3"$0D
  4744.         "instant/enviro_ring.md3"$0D
  4745.         "instant/enviro_ring_1.md3"$0D
  4746.         "instant/flight.md3"$0D
  4747.         "instant/flight_1.md3"$0D
  4748.         "instant/flight_ring.md3"$0D
  4749.         "instant/flight_ring_1.md3"$0D
  4750.         "instant/haste.md3"$0D
  4751.         "instant/haste_1.md3"$0D
  4752.         "instant/haste_ring.md3"$0D
  4753.         "instant/haste_ring_1.md3"$0D
  4754.         "instant/invis.md3"$0D
  4755.         "instant/invis_1.md3"$0D
  4756.         "instant/invis_ring.md3"$0D
  4757.         "instant/invis_ring_1.md3"$0D
  4758.         "instant/quad.md3"$0D
  4759.         "instant/quad_1.md3"$0D
  4760.         "instant/quad_ring.md3"$0D
  4761.         "instant/quad_ring_1.md3"$0D
  4762.         "instant/regen.md3"$0D
  4763.         "instant/regen_1.md3"$0D
  4764.         "instant/regen_ring.md3"$0D
  4765.         "instant/regen_ring_1.md3"
  4766.       values=
  4767.         "/models/powerups/ammo/bfgam.md3"$0D
  4768.         "/models/powerups/ammo/bfgam_1.md3"$0D
  4769.         "/models/powerups/ammo/grenadeam.md3"$0D
  4770.         "/models/powerups/ammo/grenadeam_1.md3"$0D
  4771.         "/models/powerups/ammo/lightningam.md3"$0D
  4772.         "/models/powerups/ammo/lightningam_1.md3"$0D
  4773.         "/models/powerups/ammo/machinegunam.md3"$0D
  4774.         "/models/powerups/ammo/machinegunam_1.md3"$0D
  4775.         "/models/powerups/ammo/plasmaam.md3"$0D
  4776.         "/models/powerups/ammo/plasmaam_1.md3"$0D
  4777.         "/models/powerups/ammo/railgunam.md3"$0D
  4778.         "/models/powerups/ammo/railgunam_1.md3"$0D
  4779.         "/models/powerups/ammo/rocketam.md3"$0D
  4780.         "/models/powerups/ammo/rocketam_1.md3"$0D
  4781.         "/models/powerups/ammo/shotgunam.md3"$0D
  4782.         "/models/powerups/ammo/shotgunam_1.md3"$0D
  4783.         "/models/powerups/armor/armor_red.md3"$0D
  4784.         "/models/powerups/armor/armor_red_1.md3"$0D
  4785.         "/models/powerups/armor/armor_red_2.md3"$0D
  4786.         "/models/powerups/armor/armor_yel.md3"$0D
  4787.         "/models/powerups/armor/armor_yel_1.md3"$0D
  4788.         "/models/powerups/armor/armor_yel_2.md3"$0D
  4789.         "/models/powerups/armor/shard.md3"$0D
  4790.         "/models/powerups/armor/shard_sphere.md3"$0D
  4791.         "/models/powerups/health/large_cross.md3"$0D
  4792.         "/models/powerups/health/large_sphere.md3"$0D
  4793.         "/models/powerups/health/large_sphere_1.md3"$0D
  4794.         "/models/powerups/health/large_sphere_2.md3"$0D
  4795.         "/models/powerups/health/medium_cross.md3"$0D
  4796.         "/models/powerups/health/medium_sphere.md3"$0D
  4797.         "/models/powerups/health/medium_sphere_1.md3"$0D
  4798.         "/models/powerups/health/medium_sphere_2.md3"$0D
  4799.         "/models/powerups/health/mega_cross.md3"$0D
  4800.         "/models/powerups/health/mega_sphere.md3"$0D
  4801.         "/models/powerups/health/mega_sphere_1.md3"$0D
  4802.         "/models/powerups/health/mega_sphere_2.md3"$0D
  4803.         "/models/powerups/health/small_cross.md3"$0D
  4804.         "/models/powerups/health/small_sphere.md3"$0D
  4805.         "/models/powerups/health/small_sphere_1.md3"$0D
  4806.         "/models/powerups/health/small_sphere_2.md3"$0D
  4807.         "/models/powerups/holdable/medkit.md3"$0D
  4808.         "/models/powerups/holdable/medkit_1.md3"$0D
  4809.         "/models/powerups/holdable/teleporter.md3"$0D
  4810.         "/models/powerups/holdable/teleporter_1.md3"$0D
  4811.         "/models/powerups/instant/enviro.md3"$0D
  4812.         "/models/powerups/instant/enviro_1.md3"$0D
  4813.         "/models/powerups/instant/enviro_ring.md3"$0D
  4814.         "/models/powerups/instant/enviro_ring_1.md3"$0D
  4815.         "/models/powerups/instant/flight.md3"$0D
  4816.         "/models/powerups/instant/flight_1.md3"$0D
  4817.         "/models/powerups/instant/flight_ring.md3"$0D
  4818.         "/models/powerups/instant/flight_ring_1.md3"$0D
  4819.         "/models/powerups/instant/haste.md3"$0D
  4820.         "/models/powerups/instant/haste_1.md3"$0D
  4821.         "/models/powerups/instant/haste_ring.md3"$0D
  4822.         "/models/powerups/instant/haste_ring_1.md3"$0D
  4823.         "/models/powerups/instant/invis.md3"$0D
  4824.         "/models/powerups/instant/invis_1.md3"$0D
  4825.         "/models/powerups/instant/invis_ring.md3"$0D
  4826.         "/models/powerups/instant/invis_ring_1.md3"$0D
  4827.         "/models/powerups/instant/quad.md3"$0D
  4828.         "/models/powerups/instant/quad_1.md3"$0D
  4829.         "/models/powerups/instant/quad_ring.md3"$0D
  4830.         "/models/powerups/instant/quad_ring_1.md3"$0D
  4831.         "/models/powerups/instant/regen.md3"$0D
  4832.         "/models/powerups/instant/regen_1.md3"$0D
  4833.         "/models/powerups/instant/regen_ring.md3"$0D
  4834.         "/models/powerups/instant/regen_ring_1.md3"
  4835.       }
  4836.  
  4837.       model: = { typ="C" txt="WeapHits"
  4838.       items=
  4839.         "bfg.md3"$0D
  4840.         "boom01.md3"$0D
  4841.         "bullet.md3"$0D
  4842.         "crackle.md3"$0D
  4843.         "ring02.md3"
  4844.       values=
  4845.         "/models/weaphits/bfg.md3"$0D
  4846.         "/models/weaphits/boom01.md3"$0D
  4847.         "/models/weaphits/bullet.md3"$0D
  4848.         "/models/weaphits/crackle.md3"$0D
  4849.         "/models/weaphits/ring02.md3"
  4850.       }
  4851.  
  4852.       model: = { typ="C" txt="Weapons2"
  4853.       items=
  4854.         "bfg/bfg.md3"$0D
  4855.         "bfg/bfg_1.md3"$0D
  4856.         "bfg/bfg_2.md3"$0D
  4857.         "bfg/bfg_barrel.md3"$0D
  4858.         "bfg/bfg_flash.md3"$0D
  4859.         "bfg/bfg_hand.md3"$0D
  4860.         "gauntlet/gauntlet.md3"$0D
  4861.         "gauntlet/gauntlet_barrel.md3"$0D
  4862.         "gauntlet/gauntlet_flash.md3"$0D
  4863.         "gauntlet/gauntlet_hand.md3"$0D
  4864.         "grapple/grapple.md3"$0D
  4865.         "grapple/grapple_1.md3"$0D
  4866.         "grapple/grapple_2.md3"$0D
  4867.         "grapple/grapple_flash.md3"$0D
  4868.         "grapple/grapple_hand.md3"$0D
  4869.         "grenadel/grenadel.md3"$0D
  4870.         "grenadel/grenadel_1.md3"$0D
  4871.         "grenadel/grenadel_2.md3"$0D
  4872.         "grenadel/grenadel_flash.md3"$0D
  4873.         "grenadel/grenadel_hand.md3"$0D
  4874.         "lightning/lightning.md3"$0D
  4875.         "lightning/lightning_1.md3"$0D
  4876.         "lightning/lightning_2.md3"$0D
  4877.         "lightning/lightning_flash.md3"$0D
  4878.         "lightning/lightning_hand.md3"$0D
  4879.         "machinegun/machinegun.md3"$0D
  4880.         "machinegun/machinegun_1.md3"$0D
  4881.         "machinegun/machinegun_2.md3"$0D
  4882.         "machinegun/machinegun_barrel.md3"$0D
  4883.         "machinegun/machinegun_barrel_1.md3"$0D
  4884.         "machinegun/machinegun_barrel_2.md3"$0D
  4885.         "machinegun/machinegun_flash.md3"$0D
  4886.         "machinegun/machinegun_hand.md3"$0D
  4887.         "plasma/plasma.md3"$0D
  4888.         "plasma/plasma_1.md3"$0D
  4889.         "plasma/plasma_2.md3"$0D
  4890.         "plasma/plasma_flash.md3"$0D
  4891.         "plasma/plasma_hand.md3"$0D
  4892.         "railgun/railgun.md3"$0D
  4893.         "railgun/railgun_flash.md3"$0D
  4894.         "railgun/railgun_hand.md3"$0D
  4895.         "rocketl/rocketl.md3"$0D
  4896.         "rocketl/rocketl_1.md3"$0D
  4897.         "rocketl/rocketl_2.md3"$0D
  4898.         "rocketl/rocketl_flash.md3"$0D
  4899.         "rocketl/rocketl_hand.md3"$0D
  4900.         "shells/m_shell.md3"$0D
  4901.         "shells/m_shell_1.md3"$0D
  4902.         "shells/s_shell.md3"$0D
  4903.         "shotgun/shotgun.md3"$0D
  4904.         "shotgun/shotgun_1.md3"$0D
  4905.         "shotgun/shotgun_2.md3"$0D
  4906.         "shotgun/shotgun_flash.md3"$0D
  4907.         "shotgun/shotgun_hand.md3"
  4908.       values=
  4909.         "/models/weapons2/bfg/bfg.md3"$0D
  4910.         "/models/weapons2/bfg/bfg_1.md3"$0D
  4911.         "/models/weapons2/bfg/bfg_2.md3"$0D
  4912.         "/models/weapons2/bfg/bfg_barrel.md3"$0D
  4913.         "/models/weapons2/bfg/bfg_flash.md3"$0D
  4914.         "/models/weapons2/bfg/bfg_hand.md3"$0D
  4915.         "/models/weapons2/gauntlet/gauntlet.md3"$0D
  4916.         "/models/weapons2/gauntlet/gauntlet_barrel.md3"$0D
  4917.         "/models/weapons2/gauntlet/gauntlet_flash.md3"$0D
  4918.         "/models/weapons2/gauntlet/gauntlet_hand.md3"$0D
  4919.         "/models/weapons2/grapple/grapple.md3"$0D
  4920.         "/models/weapons2/grapple/grapple_1.md3"$0D
  4921.         "/models/weapons2/grapple/grapple_2.md3"$0D
  4922.         "/models/weapons2/grapple/grapple_flash.md3"$0D
  4923.         "/models/weapons2/grapple/grapple_hand.md3"$0D
  4924.         "/models/weapons2/grenadel/grenadel.md3"$0D
  4925.         "/models/weapons2/grenadel/grenadel_1.md3"$0D
  4926.         "/models/weapons2/grenadel/grenadel_2.md3"$0D
  4927.         "/models/weapons2/grenadel/grenadel_flash.md3"$0D
  4928.         "/models/weapons2/grenadel/grenadel_hand.md3"$0D
  4929.         "/models/weapons2/lightning/lightning.md3"$0D
  4930.         "/models/weapons2/lightning/lightning_1.md3"$0D
  4931.         "/models/weapons2/lightning/lightning_2.md3"$0D
  4932.         "/models/weapons2/lightning/lightning_flash.md3"$0D
  4933.         "/models/weapons2/lightning/lightning_hand.md3"$0D
  4934.         "/models/weapons2/machinegun/machinegun.md3"$0D
  4935.         "/models/weapons2/machinegun/machinegun_1.md3"$0D
  4936.         "/models/weapons2/machinegun/machinegun_2.md3"$0D
  4937.         "/models/weapons2/machinegun/machinegun_barrel.md3"$0D
  4938.         "/models/weapons2/machinegun/machinegun_barrel_1.md3"$0D
  4939.         "/models/weapons2/machinegun/machinegun_barrel_2.md3"$0D
  4940.         "/models/weapons2/machinegun/machinegun_flash.md3"$0D
  4941.         "/models/weapons2/machinegun/machinegun_hand.md3"$0D
  4942.         "/models/weapons2/plasma/plasma.md3"$0D
  4943.         "/models/weapons2/plasma/plasma_1.md3"$0D
  4944.         "/models/weapons2/plasma/plasma_2.md3"$0D
  4945.         "/models/weapons2/plasma/plasma_flash.md3"$0D
  4946.         "/models/weapons2/plasma/plasma_hand.md3"$0D
  4947.         "/models/weapons2/railgun/railgun.md3"$0D
  4948.         "/models/weapons2/railgun/railgun_flash.md3"$0D
  4949.         "/models/weapons2/railgun/railgun_hand.md3"$0D
  4950.         "/models/weapons2/rocketl/rocketl.md3"$0D
  4951.         "/models/weapons2/rocketl/rocketl_1.md3"$0D
  4952.         "/models/weapons2/rocketl/rocketl_2.md3"$0D
  4953.         "/models/weapons2/rocketl/rocketl_flash.md3"$0D
  4954.         "/models/weapons2/rocketl/rocketl_hand.md3"$0D
  4955.         "/models/weapons2/shells/m_shell.md3"$0D
  4956.         "/models/weapons2/shells/m_shell_1.md3"$0D
  4957.         "/models/weapons2/shells/s_shell.md3"$0D
  4958.         "/models/weapons2/shotgun/shotgun.md3"$0D
  4959.         "/models/weapons2/shotgun/shotgun_1.md3"$0D
  4960.         "/models/weapons2/shotgun/shotgun_2.md3"$0D
  4961.         "/models/weapons2/shotgun/shotgun_flash.md3"$0D
  4962.         "/models/weapons2/shotgun/shotgun_hand.md3"
  4963.       }
  4964.     }
  4965.     t_models2_form:form =
  4966.       {
  4967.       model2: = { typ="C" txt="Ammo"
  4968.       items=
  4969.     "grenade1.md3"$0D
  4970.     "rocket/rocket.md3"
  4971.       values=
  4972.     "/models/ammo/grenade1.md3"$0D
  4973.     "/models/ammo/rocket/rocket.md3"
  4974.       }
  4975.  
  4976.       model2: = { typ="C" txt="Flags"
  4977.       items=
  4978.     "b_flag.md3"$0D
  4979.     "r_flag.md3"
  4980.       values=
  4981.     "/models/flags/b_flag.md3"$0D
  4982.     "/models/flags/r_flag.md3"
  4983.       }
  4984.  
  4985.       model2: = { typ="C" txt="Gibs"
  4986.       items=
  4987.     "abdomen.md3"$0D
  4988.     "arm.md3"$0D
  4989.     "brain.md3"$0D
  4990.     "chest.md3"$0D
  4991.     "fist.md3"$0D
  4992.     "foot.md3"$0D
  4993.     "forearm.md3"$0D
  4994.     "intestine.md3"$0D
  4995.     "leg.md3"$0D
  4996.     "skull.md3"
  4997.       values=
  4998.     "/models/gibs/abdomen.md3"$0D
  4999.     "/models/gibs/arm.md3"$0D
  5000.     "/models/gibs/brain.md3"$0D
  5001.     "/models/gibs/chest.md3"$0D
  5002.     "/models/gibs/fist.md3"$0D
  5003.     "/models/gibs/foot.md3"$0D
  5004.     "/models/gibs/forearm.md3"$0D
  5005.     "/models/gibs/intestine.md3"$0D
  5006.     "/models/gibs/leg.md3"$0D
  5007.     "/models/gibs/skull.md3"
  5008.       }
  5009.  
  5010.       model2: = { typ="C" txt="MapObjects"
  5011.       items=
  5012.     "banner/banner5.md3"$0D
  5013.     "baph/baphomet_gold.md3"$0D
  5014.     "baph/lil_baphomet.md3"$0D
  5015.     "bitch/fembot.md3"$0D
  5016.     "bitch/fembotbig.md3"$0D
  5017.     "corpse/corpse.md3"$0D
  5018.     "corpse/torso.md3"$0D
  5019.     "gargoyle1.md3"$0D
  5020.     "gratelamp/gratelamp.md3"$0D
  5021.     "gratelamp/gratetorch.md3"$0D
  5022.     "gratelamp/gratetorchbig.md3"$0D
  5023.     "jesus/jesus.md3"$0D
  5024.     "jets/jets01.md3"$0D
  5025.     "jets/jets01.md3"$0D
  5026.     "kmlamp1.md3"$0D
  5027.     "lamps/bot_lamp2.md3"$0D
  5028.     "pipe/pipe02.md3"$0D
  5029.     "pipe/pipe02b.md3"$0D
  5030.     "podium/podium4.md3"$0D
  5031.     "portal_2/portal_2.md3"$0D
  5032.     "skel/skel01.md3"$0D
  5033.     "skel/skel02mid.md3"$0D
  5034.     "skel/skel_ribs.md3"$0D
  5035.     "skel/xray.md3"$0D
  5036.     "skel/xraybig.md3"$0D
  5037.     "skull/monkeyface.md3"$0D
  5038.     "skull/skull.md3"$0D
  5039.     "skull/skull_tilt1.md3"$0D
  5040.     "spotlamp/spotlamp.md3"$0D
  5041.     "statue_major.md3"$0D
  5042.     "storch/storch.md3"$0D
  5043.     "storch/storchx.md3"$0D
  5044.     "storch/tall_torch.md3"$0D
  5045.     "teleporter/teleporter.md3"$0D
  5046.     "timlamp/timlamp.md3"$0D
  5047.     "visor_posed.md3"$0D
  5048.     "wallhead/femhead.md3"$0D
  5049.     "wallhead/lion.md3"$0D
  5050.     "wallhead/wallhead02.md3"$0D
  5051.     "walllamp3.md3"
  5052.       values=
  5053.     "/models/mapobjects/banner/banner5.md3"$0D
  5054.     "/models/mapobjects/baph/baphomet_gold.md3"$0D
  5055.     "/models/mapobjects/baph/lil_baphomet.md3"$0D
  5056.     "/models/mapobjects/bitch/fembot.md3"$0D
  5057.     "/models/mapobjects/bitch/fembotbig.md3"$0D
  5058.     "/models/mapobjects/corpse/corpse.md3"$0D
  5059.     "/models/mapobjects/corpse/torso.md3"$0D
  5060.     "/models/mapobjects/gargoyle1.md3"$0D
  5061.     "/models/mapobjects/gratelamp/gratelamp.md3"$0D
  5062.     "/models/mapobjects/gratelamp/gratetorch.md3"$0D
  5063.     "/models/mapobjects/gratelamp/gratetorchbig.md3"$0D
  5064.     "/models/mapobjects/jesus/jesus.md3"$0D
  5065.     "/models/mapobjects/jets/jets01.md3"$0D
  5066.     "/models/mapobjects/jets/jets01.md3"$0D
  5067.     "/models/mapobjects/kmlamp1.md3"$0D
  5068.     "/models/mapobjects/lamps/bot_lamp2.md3"$0D
  5069.     "/models/mapobjects/pipe/pipe02.md3"$0D
  5070.     "/models/mapobjects/pipe/pipe02b.md3"$0D
  5071.     "/models/mapobjects/podium/podium4.md3"$0D
  5072.     "/models/mapobjects/portal_2/portal_2.md3"$0D
  5073.     "/models/mapobjects/skel/skel01.md3"$0D
  5074.     "/models/mapobjects/skel/skel02mid.md3"$0D
  5075.     "/models/mapobjects/skel/skel_ribs.md3"$0D
  5076.     "/models/mapobjects/skel/xray.md3"$0D
  5077.     "/models/mapobjects/skel/xraybig.md3"$0D
  5078.     "/models/mapobjects/skull/monkeyface.md3"$0D
  5079.     "/models/mapobjects/skull/skull.md3"$0D
  5080.     "/models/mapobjects/skull/skull_tilt1.md3"$0D
  5081.     "/models/mapobjects/spotlamp/spotlamp.md3"$0D
  5082.     "/models/mapobjects/statue_major.md3"$0D
  5083.     "/models/mapobjects/storch/storch.md3"$0D
  5084.     "/models/mapobjects/storch/storchx.md3"$0D
  5085.     "/models/mapobjects/storch/tall_torch.md3"$0D
  5086.     "/models/mapobjects/teleporter/teleporter.md3"$0D
  5087.     "/models/mapobjects/timlamp/timlamp.md3"$0D
  5088.     "/models/mapobjects/visor_posed.md3"$0D
  5089.     "/models/mapobjects/wallhead/femhead.md3"$0D
  5090.     "/models/mapobjects/wallhead/lion.md3"$0D
  5091.     "/models/mapobjects/wallhead/wallhead02.md3"$0D
  5092.     "/models/mapobjects/walllamp3.md3"
  5093.       }
  5094.  
  5095.       model2: = { typ="C" txt="Misc"
  5096.       items=
  5097.     "telep.md3"
  5098.       values=
  5099.     "/models/misc/telep.md3"
  5100.       }
  5101.  
  5102.       model2: = { typ="C" txt="Players"
  5103.       items=
  5104.     "anarki/head.md3"$0D
  5105.     "anarki/head_1.md3"$0D
  5106.     "anarki/head_2.md3"$0D
  5107.     "anarki/lower.md3"$0D
  5108.     "anarki/lower_1.md3"$0D
  5109.     "anarki/lower_2.md3"$0D
  5110.     "anarki/upper.md3"$0D
  5111.     "anarki/upper_1.md3"$0D
  5112.     "anarki/upper_2.md3"$0D
  5113.     "biker/head.md3"$0D
  5114.     "biker/head_1.md3"$0D
  5115.     "biker/head_2.md3"$0D
  5116.     "biker/lower.md3"$0D
  5117.     "biker/lower_1.md3"$0D
  5118.     "biker/lower_2.md3"$0D
  5119.     "biker/upper.md3"$0D
  5120.     "biker/upper_1.md3"$0D
  5121.     "biker/upper_2.md3"$0D
  5122.     "bitterman/head.md3"$0D
  5123.     "bitterman/head_1.md3"$0D
  5124.     "bitterman/head_2.md3"$0D
  5125.     "bitterman/lower.md3"$0D
  5126.     "bitterman/lower_1.md3"$0D
  5127.     "bitterman/lower_2.md3"$0D
  5128.     "bitterman/upper.md3"$0D
  5129.     "bitterman/upper_1.md3"$0D
  5130.     "bitterman/upper_2.md3"$0D
  5131.     "bones/head.md3"$0D
  5132.     "bones/head_1.md3"$0D
  5133.     "bones/lower.md3"$0D
  5134.     "bones/lower_1.md3"$0D
  5135.     "bones/upper.md3"$0D
  5136.     "bones/upper_1.md3"$0D
  5137.     "crash/head.md3"$0D
  5138.     "crash/head_1.md3"$0D
  5139.     "crash/head_2.md3"$0D
  5140.     "crash/lower.md3"$0D
  5141.     "crash/lower_1.md3"$0D
  5142.     "crash/lower_2.md3"$0D
  5143.     "crash/upper.md3"$0D
  5144.     "crash/upper_1.md3"$0D
  5145.     "crash/upper_2.md3"$0D
  5146.     "doom/head.md3"$0D
  5147.     "doom/head_1.md3"$0D
  5148.     "doom/head_2.md3"$0D
  5149.     "doom/lower.md3"$0D
  5150.     "doom/lower_1.md3"$0D
  5151.     "doom/lower_2.md3"$0D
  5152.     "doom/upper.md3"$0D
  5153.     "doom/upper_1.md3"$0D
  5154.     "doom/upper_2.md3"$0D
  5155.     "grunt/head.md3"$0D
  5156.     "grunt/head_1.md3"$0D
  5157.     "grunt/head_2.md3"$0D
  5158.     "grunt/lower.md3"$0D
  5159.     "grunt/lower_1.md3"$0D
  5160.     "grunt/lower_2.md3"$0D
  5161.     "grunt/upper.md3"$0D
  5162.     "grunt/upper_1.md3"$0D
  5163.     "grunt/upper_2.md3"$0D
  5164.     "hunter/head.md3"$0D
  5165.     "hunter/head_1.md3"$0D
  5166.     "hunter/head_2.md3"$0D
  5167.     "hunter/lower.md3"$0D
  5168.     "hunter/lower_1.md3"$0D
  5169.     "hunter/lower_2.md3"$0D
  5170.     "hunter/upper.md3"$0D
  5171.     "hunter/upper_1.md3"$0D
  5172.     "hunter/upper_2.md3"$0D
  5173.     "keel/head.md3"$0D
  5174.     "keel/head_1.md3"$0D
  5175.     "keel/head_2.md3"$0D
  5176.     "keel/lower.md3"$0D
  5177.     "keel/lower_1.md3"$0D
  5178.     "keel/lower_2.md3"$0D
  5179.     "keel/upper.md3"$0D
  5180.     "keel/upper_1.md3"$0D
  5181.     "keel/upper_2.md3"$0D
  5182.     "klesk/head.md3"$0D
  5183.     "klesk/head_1.md3"$0D
  5184.     "klesk/head_2.md3"$0D
  5185.     "klesk/lower.md3"$0D
  5186.     "klesk/lower_1.md3"$0D
  5187.     "klesk/lower_2.md3"$0D
  5188.     "klesk/upper.md3"$0D
  5189.     "klesk/upper_1.md3"$0D
  5190.     "klesk/upper_2.md3"$0D
  5191.     "lucy/head.md3"$0D
  5192.     "lucy/head_1.md3"$0D
  5193.     "lucy/head_2.md3"$0D
  5194.     "lucy/lower.md3"$0D
  5195.     "lucy/lower_1.md3"$0D
  5196.     "lucy/lower_2.md3"$0D
  5197.     "lucy/upper.md3"$0D
  5198.     "lucy/upper_1.md3"$0D
  5199.     "lucy/upper_2.md3"$0D
  5200.     "major/head.md3"$0D
  5201.     "major/head_1.md3"$0D
  5202.     "major/head_2.md3"$0D
  5203.     "major/lower.md3"$0D
  5204.     "major/lower_1.md3"$0D
  5205.     "major/lower_2.md3"$0D
  5206.     "major/upper.md3"$0D
  5207.     "major/upper_1.md3"$0D
  5208.     "major/upper_2.md3"$0D
  5209.     "mynx/head.md3"$0D
  5210.     "mynx/head_1.md3"$0D
  5211.     "mynx/head_2.md3"$0D
  5212.     "mynx/lower.md3"$0D
  5213.     "mynx/lower_1.md3"$0D
  5214.     "mynx/lower_2.md3"$0D
  5215.     "mynx/upper.md3"$0D
  5216.     "mynx/upper_1.md3"$0D
  5217.     "mynx/upper_2.md3"$0D
  5218.     "orbb/head.md3"$0D
  5219.     "orbb/head_1.md3"$0D
  5220.     "orbb/head_2.md3"$0D
  5221.     "orbb/lower.md3"$0D
  5222.     "orbb/lower_1.md3"$0D
  5223.     "orbb/lower_2.md3"$0D
  5224.     "orbb/upper.md3"$0D
  5225.     "orbb/upper_1.md3"$0D
  5226.     "orbb/upper_2.md3"$0D
  5227.     "ranger/head.md3"$0D
  5228.     "ranger/head_1.md3"$0D
  5229.     "ranger/head_2.md3"$0D
  5230.     "ranger/lower.md3"$0D
  5231.     "ranger/lower_1.md3"$0D
  5232.     "ranger/lower_2.md3"$0D
  5233.     "ranger/upper.md3"$0D
  5234.     "ranger/upper_1.md3"$0D
  5235.     "ranger/upper_2.md3"$0D
  5236.     "razor/head.md3"$0D
  5237.     "razor/head_1.md3"$0D
  5238.     "razor/head_2.md3"$0D
  5239.     "razor/lower.md3"$0D
  5240.     "razor/lower_1.md3"$0D
  5241.     "razor/lower_2.md3"$0D
  5242.     "razor/upper.md3"$0D
  5243.     "razor/upper_1.md3"$0D
  5244.     "razor/upper_2.md3"$0D
  5245.     "sarge/head.md3"$0D
  5246.     "sarge/head_1.md3"$0D
  5247.     "sarge/head_2.md3"$0D
  5248.     "sarge/lower.md3"$0D
  5249.     "sarge/lower_1.md3"$0D
  5250.     "sarge/lower_2.md3"$0D
  5251.     "sarge/upper.md3"$0D
  5252.     "sarge/upper_1.md3"$0D
  5253.     "sarge/upper_2.md3"$0D
  5254.     "slash/head.md3"$0D
  5255.     "slash/head_1.md3"$0D
  5256.     "slash/head_2.md3"$0D
  5257.     "slash/lower.md3"$0D
  5258.     "slash/lower_1.md3"$0D
  5259.     "slash/lower_2.md3"$0D
  5260.     "slash/upper.md3"$0D
  5261.     "slash/upper_1.md3"$0D
  5262.     "slash/upper_2.md3"$0D
  5263.     "sorlag/head.md3"$0D
  5264.     "sorlag/head_1.md3"$0D
  5265.     "sorlag/head_2.md3"$0D
  5266.     "sorlag/lower.md3"$0D
  5267.     "sorlag/lower_1.md3"$0D
  5268.     "sorlag/lower_2.md3"$0D
  5269.     "sorlag/upper.md3"$0D
  5270.     "sorlag/upper_1.md3"$0D
  5271.     "sorlag/upper_2.md3"$0D
  5272.     "tankjr/head.md3"$0D
  5273.     "tankjr/head_1.md3"$0D
  5274.     "tankjr/head_2.md3"$0D
  5275.     "tankjr/lower.md3"$0D
  5276.     "tankjr/lower_1.md3"$0D
  5277.     "tankjr/lower_2.md3"$0D
  5278.     "tankjr/upper.md3"$0D
  5279.     "tankjr/upper_1.md3"$0D
  5280.     "tankjr/upper_2.md3"$0D
  5281.     "uriel/head.md3"$0D
  5282.     "uriel/head_1.md3"$0D
  5283.     "uriel/head_2.md3"$0D
  5284.     "uriel/lower.md3"$0D
  5285.     "uriel/lower_1.md3"$0D
  5286.     "uriel/lower_2.md3"$0D
  5287.     "uriel/upper.md3"$0D
  5288.     "uriel/upper_1.md3"$0D
  5289.     "uriel/upper_2.md3"$0D
  5290.     "visor/head.md3"$0D
  5291.     "visor/head_1.md3"$0D
  5292.     "visor/head_2.md3"$0D
  5293.     "visor/lower.md3"$0D
  5294.     "visor/lower_1.md3"$0D
  5295.     "visor/lower_2.md3"$0D
  5296.     "visor/upper.md3"$0D
  5297.     "visor/upper_1.md3"$0D
  5298.     "visor/upper_2.md3"$0D
  5299.     "xaero/head.md3"$0D
  5300.     "xaero/head_1.md3"$0D
  5301.     "xaero/head_2.md3"$0D
  5302.     "xaero/lower.md3"$0D
  5303.     "xaero/lower_1.md3"$0D
  5304.     "xaero/lower_2.md3"$0D
  5305.     "xaero/upper.md3"$0D
  5306.     "xaero/upper_1.md3"$0D
  5307.     "xaero/upper_2.md3"
  5308.       values=
  5309.     "/models/players/anarki/head.md3"$0D
  5310.     "/models/players/anarki/head_1.md3"$0D
  5311.     "/models/players/anarki/head_2.md3"$0D
  5312.     "/models/players/anarki/lower.md3"$0D
  5313.     "/models/players/anarki/lower_1.md3"$0D
  5314.     "/models/players/anarki/lower_2.md3"$0D
  5315.     "/models/players/anarki/upper.md3"$0D
  5316.     "/models/players/anarki/upper_1.md3"$0D
  5317.     "/models/players/anarki/upper_2.md3"$0D
  5318.     "/models/players/biker/head.md3"$0D
  5319.     "/models/players/biker/head_1.md3"$0D
  5320.     "/models/players/biker/head_2.md3"$0D
  5321.     "/models/players/biker/lower.md3"$0D
  5322.     "/models/players/biker/lower_1.md3"$0D
  5323.     "/models/players/biker/lower_2.md3"$0D
  5324.     "/models/players/biker/upper.md3"$0D
  5325.     "/models/players/biker/upper_1.md3"$0D
  5326.     "/models/players/biker/upper_2.md3"$0D
  5327.     "/models/players/bitterman/head.md3"$0D
  5328.     "/models/players/bitterman/head_1.md3"$0D
  5329.     "/models/players/bitterman/head_2.md3"$0D
  5330.     "/models/players/bitterman/lower.md3"$0D
  5331.     "/models/players/bitterman/lower_1.md3"$0D
  5332.     "/models/players/bitterman/lower_2.md3"$0D
  5333.     "/models/players/bitterman/upper.md3"$0D
  5334.     "/models/players/bitterman/upper_1.md3"$0D
  5335.     "/models/players/bitterman/upper_2.md3"$0D
  5336.     "/models/players/bones/head.md3"$0D
  5337.     "/models/players/bones/head_1.md3"$0D
  5338.     "/models/players/bones/lower.md3"$0D
  5339.     "/models/players/bones/lower_1.md3"$0D
  5340.     "/models/players/bones/upper.md3"$0D
  5341.     "/models/players/bones/upper_1.md3"$0D
  5342.     "/models/players/crash/head.md3"$0D
  5343.     "/models/players/crash/head_1.md3"$0D
  5344.     "/models/players/crash/head_2.md3"$0D
  5345.     "/models/players/crash/lower.md3"$0D
  5346.     "/models/players/crash/lower_1.md3"$0D
  5347.     "/models/players/crash/lower_2.md3"$0D
  5348.     "/models/players/crash/upper.md3"$0D
  5349.     "/models/players/crash/upper_1.md3"$0D
  5350.     "/models/players/crash/upper_2.md3"$0D
  5351.     "/models/players/doom/head.md3"$0D
  5352.     "/models/players/doom/head_1.md3"$0D
  5353.     "/models/players/doom/head_2.md3"$0D
  5354.     "/models/players/doom/lower.md3"$0D
  5355.     "/models/players/doom/lower_1.md3"$0D
  5356.     "/models/players/doom/lower_2.md3"$0D
  5357.     "/models/players/doom/upper.md3"$0D
  5358.     "/models/players/doom/upper_1.md3"$0D
  5359.     "/models/players/doom/upper_2.md3"$0D
  5360.     "/models/players/grunt/head.md3"$0D
  5361.     "/models/players/grunt/head_1.md3"$0D
  5362.     "/models/players/grunt/head_2.md3"$0D
  5363.     "/models/players/grunt/lower.md3"$0D
  5364.     "/models/players/grunt/lower_1.md3"$0D
  5365.     "/models/players/grunt/lower_2.md3"$0D
  5366.     "/models/players/grunt/upper.md3"$0D
  5367.     "/models/players/grunt/upper_1.md3"$0D
  5368.     "/models/players/grunt/upper_2.md3"$0D
  5369.     "/models/players/hunter/head.md3"$0D
  5370.     "/models/players/hunter/head_1.md3"$0D
  5371.     "/models/players/hunter/head_2.md3"$0D
  5372.     "/models/players/hunter/lower.md3"$0D
  5373.     "/models/players/hunter/lower_1.md3"$0D
  5374.     "/models/players/hunter/lower_2.md3"$0D
  5375.     "/models/players/hunter/upper.md3"$0D
  5376.     "/models/players/hunter/upper_1.md3"$0D
  5377.     "/models/players/hunter/upper_2.md3"$0D
  5378.     "/models/players/keel/head.md3"$0D
  5379.     "/models/players/keel/head_1.md3"$0D
  5380.     "/models/players/keel/head_2.md3"$0D
  5381.     "/models/players/keel/lower.md3"$0D
  5382.     "/models/players/keel/lower_1.md3"$0D
  5383.     "/models/players/keel/lower_2.md3"$0D
  5384.     "/models/players/keel/upper.md3"$0D
  5385.     "/models/players/keel/upper_1.md3"$0D
  5386.     "/models/players/keel/upper_2.md3"$0D
  5387.     "/models/players/klesk/head.md3"$0D
  5388.     "/models/players/klesk/head_1.md3"$0D
  5389.     "/models/players/klesk/head_2.md3"$0D
  5390.     "/models/players/klesk/lower.md3"$0D
  5391.     "/models/players/klesk/lower_1.md3"$0D
  5392.     "/models/players/klesk/lower_2.md3"$0D
  5393.     "/models/players/klesk/upper.md3"$0D
  5394.     "/models/players/klesk/upper_1.md3"$0D
  5395.     "/models/players/klesk/upper_2.md3"$0D
  5396.     "/models/players/lucy/head.md3"$0D
  5397.     "/models/players/lucy/head_1.md3"$0D
  5398.     "/models/players/lucy/head_2.md3"$0D
  5399.     "/models/players/lucy/lower.md3"$0D
  5400.     "/models/players/lucy/lower_1.md3"$0D
  5401.     "/models/players/lucy/lower_2.md3"$0D
  5402.     "/models/players/lucy/upper.md3"$0D
  5403.     "/models/players/lucy/upper_1.md3"$0D
  5404.     "/models/players/lucy/upper_2.md3"$0D
  5405.     "/models/players/major/head.md3"$0D
  5406.     "/models/players/major/head_1.md3"$0D
  5407.     "/models/players/major/head_2.md3"$0D
  5408.     "/models/players/major/lower.md3"$0D
  5409.     "/models/players/major/lower_1.md3"$0D
  5410.     "/models/players/major/lower_2.md3"$0D
  5411.     "/models/players/major/upper.md3"$0D
  5412.     "/models/players/major/upper_1.md3"$0D
  5413.     "/models/players/major/upper_2.md3"$0D
  5414.     "/models/players/mynx/head.md3"$0D
  5415.     "/models/players/mynx/head_1.md3"$0D
  5416.     "/models/players/mynx/head_2.md3"$0D
  5417.     "/models/players/mynx/lower.md3"$0D
  5418.     "/models/players/mynx/lower_1.md3"$0D
  5419.     "/models/players/mynx/lower_2.md3"$0D
  5420.     "/models/players/mynx/upper.md3"$0D
  5421.     "/models/players/mynx/upper_1.md3"$0D
  5422.     "/models/players/mynx/upper_2.md3"$0D
  5423.     "/models/players/orbb/head.md3"$0D
  5424.     "/models/players/orbb/head_1.md3"$0D
  5425.     "/models/players/orbb/head_2.md3"$0D
  5426.     "/models/players/orbb/lower.md3"$0D
  5427.     "/models/players/orbb/lower_1.md3"$0D
  5428.     "/models/players/orbb/lower_2.md3"$0D
  5429.     "/models/players/orbb/upper.md3"$0D
  5430.     "/models/players/orbb/upper_1.md3"$0D
  5431.     "/models/players/orbb/upper_2.md3"$0D
  5432.     "/models/players/ranger/head.md3"$0D
  5433.     "/models/players/ranger/head_1.md3"$0D
  5434.     "/models/players/ranger/head_2.md3"$0D
  5435.     "/models/players/ranger/lower.md3"$0D
  5436.     "/models/players/ranger/lower_1.md3"$0D
  5437.     "/models/players/ranger/lower_2.md3"$0D
  5438.     "/models/players/ranger/upper.md3"$0D
  5439.     "/models/players/ranger/upper_1.md3"$0D
  5440.     "/models/players/ranger/upper_2.md3"$0D
  5441.     "/models/players/razor/head.md3"$0D
  5442.     "/models/players/razor/head_1.md3"$0D
  5443.     "/models/players/razor/head_2.md3"$0D
  5444.     "/models/players/razor/lower.md3"$0D
  5445.     "/models/players/razor/lower_1.md3"$0D
  5446.     "/models/players/razor/lower_2.md3"$0D
  5447.     "/models/players/razor/upper.md3"$0D
  5448.     "/models/players/razor/upper_1.md3"$0D
  5449.     "/models/players/razor/upper_2.md3"$0D
  5450.     "/models/players/sarge/head.md3"$0D
  5451.     "/models/players/sarge/head_1.md3"$0D
  5452.     "/models/players/sarge/head_2.md3"$0D
  5453.     "/models/players/sarge/lower.md3"$0D
  5454.     "/models/players/sarge/lower_1.md3"$0D
  5455.     "/models/players/sarge/lower_2.md3"$0D
  5456.     "/models/players/sarge/upper.md3"$0D
  5457.     "/models/players/sarge/upper_1.md3"$0D
  5458.     "/models/players/sarge/upper_2.md3"$0D
  5459.     "/models/players/slash/head.md3"$0D
  5460.     "/models/players/slash/head_1.md3"$0D
  5461.     "/models/players/slash/head_2.md3"$0D
  5462.     "/models/players/slash/lower.md3"$0D
  5463.     "/models/players/slash/lower_1.md3"$0D
  5464.     "/models/players/slash/lower_2.md3"$0D
  5465.     "/models/players/slash/upper.md3"$0D
  5466.     "/models/players/slash/upper_1.md3"$0D
  5467.     "/models/players/slash/upper_2.md3"$0D
  5468.     "/models/players/sorlag/head.md3"$0D
  5469.     "/models/players/sorlag/head_1.md3"$0D
  5470.     "/models/players/sorlag/head_2.md3"$0D
  5471.     "/models/players/sorlag/lower.md3"$0D
  5472.     "/models/players/sorlag/lower_1.md3"$0D
  5473.     "/models/players/sorlag/lower_2.md3"$0D
  5474.     "/models/players/sorlag/upper.md3"$0D
  5475.     "/models/players/sorlag/upper_1.md3"$0D
  5476.     "/models/players/sorlag/upper_2.md3"$0D
  5477.     "/models/players/tankjr/head.md3"$0D
  5478.     "/models/players/tankjr/head_1.md3"$0D
  5479.     "/models/players/tankjr/head_2.md3"$0D
  5480.     "/models/players/tankjr/lower.md3"$0D
  5481.     "/models/players/tankjr/lower_1.md3"$0D
  5482.     "/models/players/tankjr/lower_2.md3"$0D
  5483.     "/models/players/tankjr/upper.md3"$0D
  5484.     "/models/players/tankjr/upper_1.md3"$0D
  5485.     "/models/players/tankjr/upper_2.md3"$0D
  5486.     "/models/players/uriel/head.md3"$0D
  5487.     "/models/players/uriel/head_1.md3"$0D
  5488.     "/models/players/uriel/head_2.md3"$0D
  5489.     "/models/players/uriel/lower.md3"$0D
  5490.     "/models/players/uriel/lower_1.md3"$0D
  5491.     "/models/players/uriel/lower_2.md3"$0D
  5492.     "/models/players/uriel/upper.md3"$0D
  5493.     "/models/players/uriel/upper_1.md3"$0D
  5494.     "/models/players/uriel/upper_2.md3"$0D
  5495.     "/models/players/visor/head.md3"$0D
  5496.     "/models/players/visor/head_1.md3"$0D
  5497.     "/models/players/visor/head_2.md3"$0D
  5498.     "/models/players/visor/lower.md3"$0D
  5499.     "/models/players/visor/lower_1.md3"$0D
  5500.     "/models/players/visor/lower_2.md3"$0D
  5501.     "/models/players/visor/upper.md3"$0D
  5502.     "/models/players/visor/upper_1.md3"$0D
  5503.     "/models/players/visor/upper_2.md3"$0D
  5504.     "/models/players/xaero/head.md3"$0D
  5505.     "/models/players/xaero/head_1.md3"$0D
  5506.     "/models/players/xaero/head_2.md3"$0D
  5507.     "/models/players/xaero/lower.md3"$0D
  5508.     "/models/players/xaero/lower_1.md3"$0D
  5509.     "/models/players/xaero/lower_2.md3"$0D
  5510.     "/models/players/xaero/upper.md3"$0D
  5511.     "/models/players/xaero/upper_1.md3"$0D
  5512.     "/models/players/xaero/upper_2.md3"
  5513.       }
  5514.  
  5515.       model2: = { typ="C" txt="Powerups"
  5516.       items=
  5517.     "ammo/bfgam.md3"$0D
  5518.     "ammo/bfgam_1.md3"$0D
  5519.     "ammo/grenadeam.md3"$0D
  5520.     "ammo/grenadeam_1.md3"$0D
  5521.     "ammo/lightningam.md3"$0D
  5522.     "ammo/lightningam_1.md3"$0D
  5523.     "ammo/machinegunam.md3"$0D
  5524.     "ammo/machinegunam_1.md3"$0D
  5525.     "ammo/plasmaam.md3"$0D
  5526.     "ammo/plasmaam_1.md3"$0D
  5527.     "ammo/railgunam.md3"$0D
  5528.     "ammo/railgunam_1.md3"$0D
  5529.     "ammo/rocketam.md3"$0D
  5530.     "ammo/rocketam_1.md3"$0D
  5531.     "ammo/shotgunam.md3"$0D
  5532.     "ammo/shotgunam_1.md3"$0D
  5533.     "armor/armor_red.md3"$0D
  5534.     "armor/armor_red_1.md3"$0D
  5535.     "armor/armor_red_2.md3"$0D
  5536.     "armor/armor_yel.md3"$0D
  5537.     "armor/armor_yel_1.md3"$0D
  5538.     "armor/armor_yel_2.md3"$0D
  5539.     "armor/shard.md3"$0D
  5540.     "armor/shard_sphere.md3"$0D
  5541.     "health/large_cross.md3"$0D
  5542.     "health/large_sphere.md3"$0D
  5543.     "health/large_sphere_1.md3"$0D
  5544.     "health/large_sphere_2.md3"$0D
  5545.     "health/medium_cross.md3"$0D
  5546.     "health/medium_sphere.md3"$0D
  5547.     "health/medium_sphere_1.md3"$0D
  5548.     "health/medium_sphere_2.md3"$0D
  5549.     "health/mega_cross.md3"$0D
  5550.     "health/mega_sphere.md3"$0D
  5551.     "health/mega_sphere_1.md3"$0D
  5552.     "health/mega_sphere_2.md3"$0D
  5553.     "health/small_cross.md3"$0D
  5554.     "health/small_sphere.md3"$0D
  5555.     "health/small_sphere_1.md3"$0D
  5556.     "health/small_sphere_2.md3"$0D
  5557.     "holdable/medkit.md3"$0D
  5558.     "holdable/medkit_1.md3"$0D
  5559.     "holdable/teleporter.md3"$0D
  5560.     "holdable/teleporter_1.md3"$0D
  5561.     "instant/enviro.md3"$0D
  5562.     "instant/enviro_1.md3"$0D
  5563.     "instant/enviro_ring.md3"$0D
  5564.     "instant/enviro_ring_1.md3"$0D
  5565.     "instant/flight.md3"$0D
  5566.     "instant/flight_1.md3"$0D
  5567.     "instant/flight_ring.md3"$0D
  5568.     "instant/flight_ring_1.md3"$0D
  5569.     "instant/haste.md3"$0D
  5570.     "instant/haste_1.md3"$0D
  5571.     "instant/haste_ring.md3"$0D
  5572.     "instant/haste_ring_1.md3"$0D
  5573.     "instant/invis.md3"$0D
  5574.     "instant/invis_1.md3"$0D
  5575.     "instant/invis_ring.md3"$0D
  5576.     "instant/invis_ring_1.md3"$0D
  5577.     "instant/quad.md3"$0D
  5578.     "instant/quad_1.md3"$0D
  5579.     "instant/quad_ring.md3"$0D
  5580.     "instant/quad_ring_1.md3"$0D
  5581.     "instant/regen.md3"$0D
  5582.     "instant/regen_1.md3"$0D
  5583.     "instant/regen_ring.md3"$0D
  5584.     "instant/regen_ring_1.md3"
  5585.       values=
  5586.     "/models/powerups/ammo/bfgam.md3"$0D
  5587.     "/models/powerups/ammo/bfgam_1.md3"$0D
  5588.     "/models/powerups/ammo/grenadeam.md3"$0D
  5589.     "/models/powerups/ammo/grenadeam_1.md3"$0D
  5590.     "/models/powerups/ammo/lightningam.md3"$0D
  5591.     "/models/powerups/ammo/lightningam_1.md3"$0D
  5592.     "/models/powerups/ammo/machinegunam.md3"$0D
  5593.     "/models/powerups/ammo/machinegunam_1.md3"$0D
  5594.     "/models/powerups/ammo/plasmaam.md3"$0D
  5595.     "/models/powerups/ammo/plasmaam_1.md3"$0D
  5596.     "/models/powerups/ammo/railgunam.md3"$0D
  5597.     "/models/powerups/ammo/railgunam_1.md3"$0D
  5598.     "/models/powerups/ammo/rocketam.md3"$0D
  5599.     "/models/powerups/ammo/rocketam_1.md3"$0D
  5600.     "/models/powerups/ammo/shotgunam.md3"$0D
  5601.     "/models/powerups/ammo/shotgunam_1.md3"$0D
  5602.     "/models/powerups/armor/armor_red.md3"$0D
  5603.     "/models/powerups/armor/armor_red_1.md3"$0D
  5604.     "/models/powerups/armor/armor_red_2.md3"$0D
  5605.     "/models/powerups/armor/armor_yel.md3"$0D
  5606.     "/models/powerups/armor/armor_yel_1.md3"$0D
  5607.     "/models/powerups/armor/armor_yel_2.md3"$0D
  5608.     "/models/powerups/armor/shard.md3"$0D
  5609.     "/models/powerups/armor/shard_sphere.md3"$0D
  5610.     "/models/powerups/health/large_cross.md3"$0D
  5611.     "/models/powerups/health/large_sphere.md3"$0D
  5612.     "/models/powerups/health/large_sphere_1.md3"$0D
  5613.     "/models/powerups/health/large_sphere_2.md3"$0D
  5614.     "/models/powerups/health/medium_cross.md3"$0D
  5615.     "/models/powerups/health/medium_sphere.md3"$0D
  5616.     "/models/powerups/health/medium_sphere_1.md3"$0D
  5617.     "/models/powerups/health/medium_sphere_2.md3"$0D
  5618.     "/models/powerups/health/mega_cross.md3"$0D
  5619.     "/models/powerups/health/mega_sphere.md3"$0D
  5620.     "/models/powerups/health/mega_sphere_1.md3"$0D
  5621.     "/models/powerups/health/mega_sphere_2.md3"$0D
  5622.     "/models/powerups/health/small_cross.md3"$0D
  5623.     "/models/powerups/health/small_sphere.md3"$0D
  5624.     "/models/powerups/health/small_sphere_1.md3"$0D
  5625.     "/models/powerups/health/small_sphere_2.md3"$0D
  5626.     "/models/powerups/holdable/medkit.md3"$0D
  5627.     "/models/powerups/holdable/medkit_1.md3"$0D
  5628.     "/models/powerups/holdable/teleporter.md3"$0D
  5629.     "/models/powerups/holdable/teleporter_1.md3"$0D
  5630.     "/models/powerups/instant/enviro.md3"$0D
  5631.     "/models/powerups/instant/enviro_1.md3"$0D
  5632.     "/models/powerups/instant/enviro_ring.md3"$0D
  5633.     "/models/powerups/instant/enviro_ring_1.md3"$0D
  5634.     "/models/powerups/instant/flight.md3"$0D
  5635.     "/models/powerups/instant/flight_1.md3"$0D
  5636.     "/models/powerups/instant/flight_ring.md3"$0D
  5637.     "/models/powerups/instant/flight_ring_1.md3"$0D
  5638.     "/models/powerups/instant/haste.md3"$0D
  5639.     "/models/powerups/instant/haste_1.md3"$0D
  5640.     "/models/powerups/instant/haste_ring.md3"$0D
  5641.     "/models/powerups/instant/haste_ring_1.md3"$0D
  5642.     "/models/powerups/instant/invis.md3"$0D
  5643.     "/models/powerups/instant/invis_1.md3"$0D
  5644.     "/models/powerups/instant/invis_ring.md3"$0D
  5645.     "/models/powerups/instant/invis_ring_1.md3"$0D
  5646.     "/models/powerups/instant/quad.md3"$0D
  5647.     "/models/powerups/instant/quad_1.md3"$0D
  5648.     "/models/powerups/instant/quad_ring.md3"$0D
  5649.     "/models/powerups/instant/quad_ring_1.md3"$0D
  5650.     "/models/powerups/instant/regen.md3"$0D
  5651.     "/models/powerups/instant/regen_1.md3"$0D
  5652.     "/models/powerups/instant/regen_ring.md3"$0D
  5653.     "/models/powerups/instant/regen_ring_1.md3"
  5654.       }
  5655.  
  5656.       model2: = { typ="C" txt="WeapHits"
  5657.       items=
  5658.     "bfg.md3"$0D
  5659.     "boom01.md3"$0D
  5660.     "bullet.md3"$0D
  5661.     "crackle.md3"$0D
  5662.     "ring02.md3"
  5663.       values=
  5664.     "/models/weaphits/bfg.md3"$0D
  5665.     "/models/weaphits/boom01.md3"$0D
  5666.     "/models/weaphits/bullet.md3"$0D
  5667.     "/models/weaphits/crackle.md3"$0D
  5668.     "/models/weaphits/ring02.md3"
  5669.       }
  5670.  
  5671.       model2: = { typ="C" txt="Weapons2"
  5672.       items=
  5673.     "bfg/bfg.md3"$0D
  5674.     "bfg/bfg_1.md3"$0D
  5675.     "bfg/bfg_2.md3"$0D
  5676.     "bfg/bfg_barrel.md3"$0D
  5677.     "bfg/bfg_flash.md3"$0D
  5678.     "bfg/bfg_hand.md3"$0D
  5679.     "gauntlet/gauntlet.md3"$0D
  5680.     "gauntlet/gauntlet_barrel.md3"$0D
  5681.     "gauntlet/gauntlet_flash.md3"$0D
  5682.     "gauntlet/gauntlet_hand.md3"$0D
  5683.     "grapple/grapple.md3"$0D
  5684.     "grapple/grapple_1.md3"$0D
  5685.     "grapple/grapple_2.md3"$0D
  5686.     "grapple/grapple_flash.md3"$0D
  5687.     "grapple/grapple_hand.md3"$0D
  5688.     "grenadel/grenadel.md3"$0D
  5689.     "grenadel/grenadel_1.md3"$0D
  5690.     "grenadel/grenadel_2.md3"$0D
  5691.     "grenadel/grenadel_flash.md3"$0D
  5692.     "grenadel/grenadel_hand.md3"$0D
  5693.     "lightning/lightning.md3"$0D
  5694.     "lightning/lightning_1.md3"$0D
  5695.     "lightning/lightning_2.md3"$0D
  5696.     "lightning/lightning_flash.md3"$0D
  5697.     "lightning/lightning_hand.md3"$0D
  5698.     "machinegun/machinegun.md3"$0D
  5699.     "machinegun/machinegun_1.md3"$0D
  5700.     "machinegun/machinegun_2.md3"$0D
  5701.     "machinegun/machinegun_barrel.md3"$0D
  5702.     "machinegun/machinegun_barrel_1.md3"$0D
  5703.     "machinegun/machinegun_barrel_2.md3"$0D
  5704.     "machinegun/machinegun_flash.md3"$0D
  5705.     "machinegun/machinegun_hand.md3"$0D
  5706.     "plasma/plasma.md3"$0D
  5707.     "plasma/plasma_1.md3"$0D
  5708.     "plasma/plasma_2.md3"$0D
  5709.     "plasma/plasma_flash.md3"$0D
  5710.     "plasma/plasma_hand.md3"$0D
  5711.     "railgun/railgun.md3"$0D
  5712.     "railgun/railgun_flash.md3"$0D
  5713.     "railgun/railgun_hand.md3"$0D
  5714.     "rocketl/rocketl.md3"$0D
  5715.     "rocketl/rocketl_1.md3"$0D
  5716.     "rocketl/rocketl_2.md3"$0D
  5717.     "rocketl/rocketl_flash.md3"$0D
  5718.     "rocketl/rocketl_hand.md3"$0D
  5719.     "shells/m_shell.md3"$0D
  5720.     "shells/m_shell_1.md3"$0D
  5721.     "shells/s_shell.md3"$0D
  5722.     "shotgun/shotgun.md3"$0D
  5723.     "shotgun/shotgun_1.md3"$0D
  5724.     "shotgun/shotgun_2.md3"$0D
  5725.     "shotgun/shotgun_flash.md3"$0D
  5726.     "shotgun/shotgun_hand.md3"
  5727.       values=
  5728.     "/models/weapons2/bfg/bfg.md3"$0D
  5729.     "/models/weapons2/bfg/bfg_1.md3"$0D
  5730.     "/models/weapons2/bfg/bfg_2.md3"$0D
  5731.     "/models/weapons2/bfg/bfg_barrel.md3"$0D
  5732.     "/models/weapons2/bfg/bfg_flash.md3"$0D
  5733.     "/models/weapons2/bfg/bfg_hand.md3"$0D
  5734.     "/models/weapons2/gauntlet/gauntlet.md3"$0D
  5735.     "/models/weapons2/gauntlet/gauntlet_barrel.md3"$0D
  5736.     "/models/weapons2/gauntlet/gauntlet_flash.md3"$0D
  5737.     "/models/weapons2/gauntlet/gauntlet_hand.md3"$0D
  5738.     "/models/weapons2/grapple/grapple.md3"$0D
  5739.     "/models/weapons2/grapple/grapple_1.md3"$0D
  5740.     "/models/weapons2/grapple/grapple_2.md3"$0D
  5741.     "/models/weapons2/grapple/grapple_flash.md3"$0D
  5742.     "/models/weapons2/grapple/grapple_hand.md3"$0D
  5743.     "/models/weapons2/grenadel/grenadel.md3"$0D
  5744.     "/models/weapons2/grenadel/grenadel_1.md3"$0D
  5745.     "/models/weapons2/grenadel/grenadel_2.md3"$0D
  5746.     "/models/weapons2/grenadel/grenadel_flash.md3"$0D
  5747.     "/models/weapons2/grenadel/grenadel_hand.md3"$0D
  5748.     "/models/weapons2/lightning/lightning.md3"$0D
  5749.     "/models/weapons2/lightning/lightning_1.md3"$0D
  5750.     "/models/weapons2/lightning/lightning_2.md3"$0D
  5751.     "/models/weapons2/lightning/lightning_flash.md3"$0D
  5752.     "/models/weapons2/lightning/lightning_hand.md3"$0D
  5753.     "/models/weapons2/machinegun/machinegun.md3"$0D
  5754.     "/models/weapons2/machinegun/machinegun_1.md3"$0D
  5755.     "/models/weapons2/machinegun/machinegun_2.md3"$0D
  5756.     "/models/weapons2/machinegun/machinegun_barrel.md3"$0D
  5757.     "/models/weapons2/machinegun/machinegun_barrel_1.md3"$0D
  5758.     "/models/weapons2/machinegun/machinegun_barrel_2.md3"$0D
  5759.     "/models/weapons2/machinegun/machinegun_flash.md3"$0D
  5760.     "/models/weapons2/machinegun/machinegun_hand.md3"$0D
  5761.     "/models/weapons2/plasma/plasma.md3"$0D
  5762.     "/models/weapons2/plasma/plasma_1.md3"$0D
  5763.     "/models/weapons2/plasma/plasma_2.md3"$0D
  5764.     "/models/weapons2/plasma/plasma_flash.md3"$0D
  5765.     "/models/weapons2/plasma/plasma_hand.md3"$0D
  5766.     "/models/weapons2/railgun/railgun.md3"$0D
  5767.     "/models/weapons2/railgun/railgun_flash.md3"$0D
  5768.     "/models/weapons2/railgun/railgun_hand.md3"$0D
  5769.     "/models/weapons2/rocketl/rocketl.md3"$0D
  5770.     "/models/weapons2/rocketl/rocketl_1.md3"$0D
  5771.     "/models/weapons2/rocketl/rocketl_2.md3"$0D
  5772.     "/models/weapons2/rocketl/rocketl_flash.md3"$0D
  5773.     "/models/weapons2/rocketl/rocketl_hand.md3"$0D
  5774.     "/models/weapons2/shells/m_shell.md3"$0D
  5775.     "/models/weapons2/shells/m_shell_1.md3"$0D
  5776.     "/models/weapons2/shells/s_shell.md3"$0D
  5777.     "/models/weapons2/shotgun/shotgun.md3"$0D
  5778.     "/models/weapons2/shotgun/shotgun_1.md3"$0D
  5779.     "/models/weapons2/shotgun/shotgun_2.md3"$0D
  5780.     "/models/weapons2/shotgun/shotgun_flash.md3"$0D
  5781.     "/models/weapons2/shotgun/shotgun_hand.md3"
  5782.       }
  5783. }
  5784.     ammo_bfg:form =
  5785.     {
  5786.       Help = "This is ammo for the bfg."
  5787.       t_ammo_size = !
  5788.       mdl = "models/powerups/ammo/bfgam.md3"
  5789.       wait: =
  5790.       {
  5791.     Txt = "&"
  5792.     Hint = "Time that the item waits to respawn.(Default is 40, -1 never respawns)"
  5793.       }
  5794.       random: =
  5795.       {
  5796.     Txt = "&"
  5797.     Hint = "The integer used to multiply or divide the wait value to the respawn."
  5798.       }
  5799.       team: =
  5800.       {
  5801.     Txt = "&"
  5802.     Hint = "Set this to team items. Teamed items will respawn randomly after team master is picked up"
  5803.       }
  5804.       notfree: =
  5805.       {
  5806.     Txt = "&"
  5807.     Hint = "This item will not spawn in a Free for All or Tournament game Default value is 0."
  5808.       }
  5809.       notteam: =
  5810.       {
  5811.     Txt = "&"
  5812.     Hint = "This item will not spawn in a Teamplay or CTF game Default value is 0."
  5813.       }
  5814. // Maleficus: here is the missing ammo specifics, now in place for ALL the ammo.
  5815.       count: =
  5816.       {
  5817.     Txt = "&"
  5818.     Hint = "This is how much ammo it will give the player. (Default: 15)"
  5819.       }
  5820.     target: =
  5821.     {
  5822.       Txt = "&"
  5823.       Hint = "picking up the item will trigger the entity this points to."
  5824.     }
  5825.     targetname: =
  5826.     {
  5827.       Txt = "&"
  5828.       Hint = "A target_give entity can point to this for respawn freebies."
  5829.     }
  5830.     notsingle: =
  5831.     {
  5832.       Txt = "&"
  5833.       Hint = "When set to 1, entity will not spawn in Single Player mode (bot play mode)."
  5834.     }
  5835.     notbot: =
  5836.     {
  5837.       Txt = "&"
  5838.       Hint = "When set to 1, bots will ignore this item."
  5839.     }
  5840.     spawnflags: =
  5841.       {
  5842.     Txt = "&"
  5843.     Typ = "X1"
  5844.     Cap = "NO_DROP"
  5845.     Hint = "This will not drop to the floor when checked."
  5846.       }
  5847.     }
  5848.     ammo_bullets:form =
  5849.     {
  5850.       Help = "This is ammo for the machinegun."
  5851.       t_ammo_size = !
  5852.       mdl = "models/powerups/ammo/machinegunam.md3"
  5853.       wait: =
  5854.       {
  5855.     Txt = "&"
  5856.     Hint = "Time that the item waits to respawn.(Default is 40, -1 never respawns)"
  5857.       }
  5858.       random: =
  5859.       {
  5860.     Txt = "&"
  5861.     Hint = "The integer used to multiply or divide the wait value to the respawn."
  5862.       }
  5863.       team: =
  5864.       {
  5865.     Txt = "&"
  5866.     Hint = "Set this to team items. Teamed items will respawn randomly after team master is picked up"
  5867.       }
  5868.       notfree: =
  5869.       {
  5870.     Txt = "&"
  5871.     Hint = "This item will not spawn in a Free for All or Tournament game Default value is 0."
  5872.       }
  5873.       notteam: =
  5874.       {
  5875.     Txt = "&"
  5876.     Hint = "This item will not spawn in a Teamplay or CTF game Default value is 0."
  5877.       }
  5878.     count: =
  5879.       {
  5880.     Txt = "&"
  5881.     Hint = "This is how much ammo it will give the player. (Default: 50)"
  5882.       }
  5883.     target: =
  5884.     {
  5885.       Txt = "&"
  5886.       Hint = "picking up the item will trigger the entity this points to."
  5887.     }
  5888.     targetname: =
  5889.     {
  5890.       Txt = "&"
  5891.       Hint = "A target_give entity can point to this for respawn freebies."
  5892.     }
  5893.     notsingle: =
  5894.     {
  5895.       Txt = "&"
  5896.       Hint = "When set to 1, entity will not spawn in Single Player mode (bot play mode)."
  5897.     }
  5898.     notbot: =
  5899.     {
  5900.       Txt = "&"
  5901.       Hint = "When set to 1, bots will ignore this item."
  5902.     }
  5903.     spawnflags: =
  5904.       {
  5905.     Txt = "&"
  5906.     Typ = "X1"
  5907.     Cap = "NO_DROP"
  5908.         Hint = "This will not drop to the floor when checked."
  5909.       }
  5910.     }
  5911.     ammo_cells:form =
  5912.     {
  5913.       Help = "This is ammo for the plasmagun."
  5914.       t_ammo_size = !
  5915.       mdl = "models/powerups/ammo/plasmagunam.md3"
  5916.       wait: =
  5917.       {
  5918.         Txt = "&"
  5919.         Hint = "Time that the item waits to respawn.(Default is 40, -1 never respawns)"
  5920.       }
  5921.       random: =
  5922.       {
  5923.         Txt = "&"
  5924.         Hint = "The integer used to multiply or divide the wait value to the respawn."
  5925.       }
  5926.       team: =
  5927.       {
  5928.         Txt = "&"
  5929.     Hint = "Set this to team items. Teamed items will respawn randomly after team master is picked up"
  5930.       }
  5931.       notfree: =
  5932.  
  5933.      {
  5934.         Txt = "&"
  5935.         Hint = "This item will not spawn in a Free for All or Tournament game Default value is 0."
  5936.       }
  5937.       notteam: =
  5938.       {
  5939.         Txt = "&"
  5940.         Hint = "This item will not spawn in a Teamplay or CTF game Default value is 0."
  5941.       }
  5942.     count: =
  5943.       {
  5944.     Txt = "&"
  5945.     Hint = "This is how much ammo it will give the player. (Default: 30)"
  5946.       }
  5947.     target: =
  5948.     {
  5949.       Txt = "&"
  5950.       Hint = "picking up the item will trigger the entity this points to."
  5951.     }
  5952.     targetname: =
  5953.     {
  5954.       Txt = "&"
  5955.       Hint = "A target_give entity can point to this for respawn freebies."
  5956.     }
  5957.     notsingle: =
  5958.     {
  5959.       Txt = "&"
  5960.       Hint = "When set to 1, entity will not spawn in Single Player mode (bot play mode)."
  5961.     }
  5962.     notbot: =
  5963.     {
  5964.       Txt = "&"
  5965.       Hint = "When set to 1, bots will ignore this item."
  5966.     }
  5967.       spawnflags: =
  5968.       {
  5969.         Txt = "&"
  5970.         Typ = "X1"
  5971.         Cap = "NO_DROP"
  5972.         Hint = "This will not drop to the floor when checked."
  5973.       }
  5974.     }
  5975.     ammo_grenades:form =
  5976.     {
  5977.       Help = "This is ammo for the grenadelauncher."
  5978.       t_ammo_size = !
  5979.       mdl = "models/powerups/ammo/grenadeam.md3"
  5980.       wait: =
  5981.       {
  5982.         Txt = "&"
  5983.         Hint = "Time that the item waits to respawn.(Default is 40, -1 never respawns)"
  5984.       }
  5985.       random: =
  5986.       {
  5987.         Txt = "&"
  5988.         Hint = "The integer used to multiply or divide the wait value to the respawn."
  5989.       }
  5990.       team: =
  5991.       {
  5992.         Txt = "&"
  5993.     Hint = "Set this to team items. Teamed items will respawn randomly after team master is picked up"
  5994.       }
  5995.       notfree: =
  5996.       {
  5997.         Txt = "&"
  5998.         Hint = "This item will not spawn in a Free for All or Tournament game Default value is 0."
  5999.       }
  6000.       notteam: =
  6001.       {
  6002.         Txt = "&"
  6003.         Hint = "This item will not spawn in a Teamplay or CTF game Default value is 0."
  6004.       }
  6005.     count: =
  6006.       {
  6007.     Txt = "&"
  6008.     Hint = "This is how much ammo it will give the player. (Default: 5)"
  6009.       }
  6010.     target: =
  6011.     {
  6012.       Txt = "&"
  6013.       Hint = "picking up the item will trigger the entity this points to."
  6014.     }
  6015.     targetname: =
  6016.     {
  6017.       Txt = "&"
  6018.       Hint = "A target_give entity can point to this for respawn freebies."
  6019.     }
  6020.     notsingle: =
  6021.     {
  6022.       Txt = "&"
  6023.       Hint = "When set to 1, entity will not spawn in Single Player mode (bot play mode)."
  6024.     }
  6025.     notbot: =
  6026.     {
  6027.       Txt = "&"
  6028.       Hint = "When set to 1, bots will ignore this item."
  6029.     }
  6030.       spawnflags: =
  6031.       {
  6032.         Txt = "&"
  6033.         Typ = "X1"
  6034.         Cap = "NO_DROP"
  6035.         Hint = "This will not drop to the floor when checked."
  6036.       }
  6037.     }
  6038.     ammo_lightning:form =
  6039.     {
  6040.       Help = "This is ammo for the lighninggun."
  6041.       t_ammo_size = !
  6042.       mdl = "models/powerups/ammo/lightningam.md3"
  6043.       wait: =
  6044.       {
  6045.         Txt = "&"
  6046.         Hint = "Time that the item waits to respawn.(Default is 40, -1 never respawns)"
  6047.       }
  6048.       random: =
  6049.       {
  6050.         Txt = "&"
  6051.         Hint = "The integer used to multiply or divide the wait value to the respawn."
  6052.       }
  6053.       team: =
  6054.       {
  6055.         Txt = "&"
  6056.     Hint = "Set this to team items. Teamed items will respawn randomly after team master is picked up"
  6057.       }
  6058.       notfree: =
  6059.       {
  6060.         Txt = "&"
  6061.         Hint = "This item will not spawn in a Free for All or Tournament game Default value is 0."
  6062.       }
  6063.       notteam: =
  6064.       {
  6065.         Txt = "&"
  6066.         Hint = "This item will not spawn in a Teamplay or CTF game Default value is 0."
  6067.       }
  6068.     count: =
  6069.       {
  6070.     Txt = "&"
  6071.     Hint = "This is how much ammo it will give the player. (Default: 60)"
  6072.       }
  6073.     target: =
  6074.     {
  6075.       Txt = "&"
  6076.       Hint = "picking up the item will trigger the entity this points to."
  6077.     }
  6078.     targetname: =
  6079.     {
  6080.       Txt = "&"
  6081.       Hint = "A target_give entity can point to this for respawn freebies."
  6082.     }
  6083.     notsingle: =
  6084.     {
  6085.       Txt = "&"
  6086.       Hint = "When set to 1, entity will not spawn in Single Player mode (bot play mode)."
  6087.     }
  6088.     notbot: =
  6089.     {
  6090.       Txt = "&"
  6091.       Hint = "When set to 1, bots will ignore this item."
  6092.     }
  6093.       spawnflags: =
  6094.       {
  6095.         Txt = "&"
  6096.         Typ = "X1"
  6097.         Cap = "NO_DROP"
  6098.         Hint = "This will not drop to the floor when checked."
  6099.       }
  6100.     }
  6101.     ammo_rockets:form =
  6102.     {
  6103.       Help = "This is ammo for the rocketlauncher."
  6104.       t_ammo_size = !
  6105.       mdl = "models/powerups/ammo/rocketam.md3"
  6106.       wait: =
  6107.       {
  6108.         Txt = "&"
  6109.         Hint = "Time that the item waits to respawn.(Default is 40, -1 never respawns)"
  6110.       }
  6111.       random: =
  6112.       {
  6113.         Txt = "&"
  6114.         Hint = "The integer used to multiply or divide the wait value to the respawn."
  6115.       }
  6116.       team: =
  6117.       {
  6118.         Txt = "&"
  6119.     Hint = "Set this to team items. Teamed items will respawn randomly after team master is picked up"
  6120.       }
  6121.       notfree: =
  6122.       {
  6123.         Txt = "&"
  6124.         Hint = "This item will not spawn in a Free for All or Tournament game Default value is 0."
  6125.       }
  6126.       notteam: =
  6127.       {
  6128.         Txt = "&"
  6129.         Hint = "This item will not spawn in a Teamplay or CTF game Default value is 0."
  6130.       }
  6131.     count: =
  6132.       {
  6133.     Txt = "&"
  6134.     Hint = "This is how much ammo it will give the player. (Default: 5)"
  6135.       }
  6136.     target: =
  6137.     {
  6138.       Txt = "&"
  6139.       Hint = "picking up the item will trigger the entity this points to."
  6140.     }
  6141.     targetname: =
  6142.     {
  6143.       Txt = "&"
  6144.       Hint = "A target_give entity can point to this for respawn freebies."
  6145.     }
  6146.     notsingle: =
  6147.     {
  6148.       Txt = "&"
  6149.       Hint = "When set to 1, entity will not spawn in Single Player mode (bot play mode)."
  6150.     }
  6151.     notbot: =
  6152.     {
  6153.       Txt = "&"
  6154.       Hint = "When set to 1, bots will ignore this item."
  6155.     }
  6156.       spawnflags: =
  6157.       {
  6158.         Txt = "&"
  6159.         Typ = "X1"
  6160.         Cap = "NO_DROP"
  6161.         Hint = "This will not drop to the floor when checked."
  6162.       }
  6163.     }
  6164.     ammo_shells:form =
  6165.     {
  6166.       Help = "This is ammo for the shotgun."
  6167.       t_ammo_size = !
  6168.       mdl = "models/powerups/ammo/shotgunam.md3"
  6169.       wait: =
  6170.       {
  6171.         Txt = "&"
  6172.         Hint = "Time that the item waits to respawn.(Default is 40, -1 never respawns)"
  6173.       }
  6174.       random: =
  6175.       {
  6176.         Txt = "&"
  6177.         Hint = "The integer used to multiply or divide the wait value to the respawn."
  6178.       }
  6179.       team: =
  6180.       {
  6181.         Txt = "&"
  6182.     Hint = "Set this to team items. Teamed items will respawn randomly after team master is picked up"
  6183.       }
  6184.       notfree: =
  6185.       {
  6186.         Txt = "&"
  6187.         Hint = "This item will not spawn in a Free for All or Tournament game Default value is 0."
  6188.       }
  6189.       notteam: =
  6190.       {
  6191.         Txt = "&"
  6192.         Hint = "This item will not spawn in a Teamplay or CTF game Default value is 0."
  6193.       }
  6194.     count: =
  6195.       {
  6196.     Txt = "&"
  6197.     Hint = "This is how much ammo it will give the player. (Default: 10)"
  6198.       }
  6199.     target: =
  6200.     {
  6201.       Txt = "&"
  6202.       Hint = "picking up the item will trigger the entity this points to."
  6203.     }
  6204.     targetname: =
  6205.     {
  6206.       Txt = "&"
  6207.       Hint = "A target_give entity can point to this for respawn freebies."
  6208.     }
  6209.     notsingle: =
  6210.     {
  6211.       Txt = "&"
  6212.       Hint = "When set to 1, entity will not spawn in Single Player mode (bot play mode)."
  6213.     }
  6214.     notbot: =
  6215.     {
  6216.       Txt = "&"
  6217.       Hint = "When set to 1, bots will ignore this item."
  6218.     }
  6219.       spawnflags: =
  6220.       {
  6221.         Txt = "&"
  6222.         Typ = "X1"
  6223.         Cap = "NO_DROP"
  6224.         Hint = "This will not drop to the floor when checked."
  6225.       }
  6226.     }
  6227.     ammo_slugs:form =
  6228.     {
  6229.       Help = "This is ammo for the railgun."
  6230.       t_ammo_size = !
  6231.       mdl = "models/powerups/ammo/railgunam.md3"
  6232.       wait: =
  6233.       {
  6234.         Txt = "&"
  6235.         Hint = "Time that the item waits to respawn.(Default is 40, -1 never respawns)"
  6236.       }
  6237.       random: =
  6238.       {
  6239.         Txt = "&"
  6240.         Hint = "The integer used to multiply or divide the wait value to the respawn."
  6241.       }
  6242.       team: =
  6243.       {
  6244.         Txt = "&"
  6245.     Hint = "Set this to team items. Teamed items will respawn randomly after team master is picked up"
  6246.       }
  6247.       notfree: =
  6248.       {
  6249.         Txt = "&"
  6250.         Hint = "This item will not spawn in a Free for All or Tournament game Default value is 0."
  6251.       }
  6252.       notteam: =
  6253.       {
  6254.         Txt = "&"
  6255.         Hint = "This item will not spawn in a Teamplay or CTF game Default value is 0."
  6256.       }
  6257.     count: =
  6258.       {
  6259.     Txt = "&"
  6260.     Hint = "This is how much ammo it will give the player. (Default: 10)"
  6261.       }
  6262.     target: =
  6263.     {
  6264.       Txt = "&"
  6265.       Hint = "picking up the item will trigger the entity this points to."
  6266.     }
  6267.     targetname: =
  6268.     {
  6269.       Txt = "&"
  6270.       Hint = "A target_give entity can point to this for respawn freebies."
  6271.     }
  6272.     notsingle: =
  6273.     {
  6274.       Txt = "&"
  6275.       Hint = "When set to 1, entity will not spawn in Single Player mode (bot play mode)."
  6276.     }
  6277.     notbot: =
  6278.     {
  6279.       Txt = "&"
  6280.       Hint = "When set to 1, bots will ignore this item."
  6281.     }
  6282.       spawnflags: =
  6283.       {
  6284.         Txt = "&"
  6285.         Typ = "X1"
  6286.         Cap = "NO_DROP"
  6287.         Hint = "This will not drop to the floor when checked."
  6288.       }
  6289.     }
  6290.     func_bobbing:form =
  6291.     {
  6292.       mdl = "[model2]"
  6293.       Help = "This makes a object bob up and down.(Use the the spawnflags to make it bob in a different direction)"
  6294.       speed: =
  6295.       {
  6296.         Txt = "&"
  6297.         Hint = "Speed at which this brush will travel in one cycle.(Default is 2)"
  6298.       }
  6299.       height: =
  6300.       {
  6301.         Txt = "&"
  6302.         Hint = "Displacement value of bob. (Default is the dimensions of the brush in its axis)"
  6303.       }
  6304.       phase: =
  6305.       {
  6306.         Txt = "&"
  6307.       Hint = "sets the start offset of the oscillation cycle. Values must be 0 < phase < 1. Any integer phase value is the same as no offset (default 0)."
  6308.       }
  6309.       model2: =
  6310.       {
  6311.         t_modelbrowser = !
  6312.         Txt = "&"
  6313.         Hint = "Path and name of a model."
  6314.       }
  6315.       t_model2 = !
  6316.       noise: =
  6317.       {
  6318.         Txt = "&"
  6319.         Hint = "Path and name of a wav file."
  6320.       }
  6321.       origin: =
  6322.       {
  6323.         Txt = "&"
  6324.         Hint = "Way to set the XYZ origin.(Default is the center of the brush)"
  6325.       }
  6326.       notfree: =
  6327.       {
  6328.         Txt = "&"
  6329.         Hint = "This item will not spawn in a Free for All or Tournament game.(Default value is 0)"
  6330.       }
  6331.       notteam: =
  6332.       {
  6333.         Txt = "&"
  6334.         Hint = "This item will not spawn in a Teamplay or CTF game.(Default value is 0)"
  6335.       }
  6336. // Maleficus: the missing entities of the func_* group. Now in ALL func_*.
  6337.     light: =
  6338.     {
  6339.     Txt = "&"
  6340.     Hint = "constantLight radius of .md3 model included with entity. Has no effect on the entity's brushes (default 0)."
  6341.     }
  6342.     color: =
  6343.     {
  6344.     Txt = "&"
  6345.     Hint = "constantLight color of .md3 model included with entity. Has no effect on the entity's brushes (default 1 1 1)."
  6346.     }
  6347.     notsingle: =
  6348.     {
  6349.     Txt = "&"
  6350.     Hint = "If set to 1, will not spawn in single player (bot play) mode."
  6351.     }
  6352.     notbot: =
  6353.     {
  6354.     Txt = "&"
  6355.     Hint = "If set to 1, bots will ignore this."
  6356.     }
  6357.       spawnflags: =
  6358.       {
  6359.         Txt = "&"
  6360.         Typ = "X1"
  6361.         Cap = "EAST_WEST"
  6362.         Hint = "Brush moves in this direction."
  6363.       }
  6364.       spawnflags: =
  6365.       {
  6366.         Txt = "&"
  6367.         Typ = "X2"
  6368.         Cap = "NORTH_SOUTH"
  6369.         Hint = "Brush moves in this direction."
  6370.       }
  6371.     }
  6372.     func_button:form =
  6373.     {
  6374.       mdl = "[model2]"
  6375.       Help = "This is something the player can push to trigger something."
  6376.       angle: =
  6377.       {
  6378.         Txt = "&"
  6379.         Hint = "Direction this brush moves.(up is -1, down is -2)"
  6380.       }
  6381.       target: =
  6382.       {
  6383.         Txt = "&"
  6384.         Hint = "Entities with same targetname will trigger with this."
  6385.       }
  6386.       speed: =
  6387.       {
  6388.         Txt = "&"
  6389.         Hint = "Speed at which button moves.(Default is 40)"
  6390.       }
  6391.       wait: =
  6392.       {
  6393.         Txt = "&"
  6394.         Hint = "Wait time till it resets.(Default is 1, -1 returns it immediately)"
  6395.       }
  6396.       lip: =
  6397.       {
  6398.         Txt = "&"
  6399.         Hint = "Remaining edge left.(Default is 4 units)"
  6400.       }
  6401.       health: =
  6402.       {
  6403.         Txt = "&"
  6404.         Hint = "If this is set it will need to be damaged to work.(This is the amount of damaged needed)"
  6405.       }
  6406.       notfree: =
  6407.       {
  6408.         Txt = "&"
  6409.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  6410.       }
  6411.       notteam: =
  6412.       {
  6413.         Txt = "&"
  6414.     Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  6415.       }
  6416.       model2: =
  6417.       {
  6418.         t_modelbrowser = !
  6419.         Txt = "&"
  6420.     Hint = "Path and name of a model."
  6421.       }
  6422.       t_model2 = !
  6423.       origin: =
  6424.       {
  6425.         Txt = "&"
  6426.     Hint = "Way to set the XYZ origin.(Default is the center of the brush)"
  6427.       }
  6428.     light: =
  6429.       {
  6430.         Txt = "&"
  6431.     Hint = "constantLight radius of .md3 model included with entity. Has no effect on the entity's brushes (default 0)."
  6432.       }
  6433.     color: =
  6434.       {
  6435.         Txt = "&"
  6436.     Hint = "constantLight color of .md3 model included with entity. Has no effect on the entity's brushes (default 1 1 1)."
  6437.       }
  6438.     notsingle: =
  6439.       {
  6440.         Txt = "&"
  6441.     Hint = "If set to 1, will not spawn in single player (bot play) mode."
  6442.       }
  6443.     notbot: =
  6444.       {
  6445.         Txt = "&"
  6446.     Hint = "If set to 1, bots will ignore this."
  6447.       }
  6448.     }
  6449.     func_door:form =
  6450.     {
  6451.       mdl = "[model2]"
  6452.       Help = "This is a door."
  6453.       angle: =
  6454.       {
  6455.         Txt = "&"
  6456.     Hint = "Direction this brush moves.(-1 is up, -2 is down)"
  6457.       }
  6458.       targetname: =
  6459.       {
  6460.         Txt = "&"
  6461.         Hint = "This is its target name for the target argument."
  6462.       }
  6463.       speed: =
  6464.       {
  6465.         Txt = "&"
  6466.     Hint = "Speed at which door moves.(Default is 100)"
  6467.       }
  6468.       wait: =
  6469.       {
  6470.         Txt = "&"
  6471.     Hint = "Wait time till it resets.(Default is 3, -1 returns immediately)"
  6472.       }
  6473.  
  6474.       lip: =
  6475.       {
  6476.         Txt = "&"
  6477.     Hint = "Remaining edge left.(Default is 8)"
  6478.       }
  6479.       health: =
  6480.       {
  6481.         Txt = "&"
  6482.         Hint = "If this is set it will need to be damaged to work."
  6483.       }
  6484.       dmg: =
  6485.       {
  6486.         Txt = "&"
  6487.     Hint = "Damage it will inflict when it closes on a player.(Default is 4)"
  6488.       }
  6489.       team: =
  6490.       {
  6491.         Txt = "&"
  6492.     Hint = "Assign the same team name to multiple doors that should operate together."
  6493.       }
  6494.       model2: =
  6495.       {
  6496.         t_modelbrowser = !
  6497.         Txt = "&"
  6498.         Hint = "Path and name of a model to use for door."
  6499.       }
  6500.       t_model2 = !
  6501.       origin: =
  6502.       {
  6503.         Txt = "&"
  6504.         Hint = "Way to set the XYZ value of this entity."
  6505.       }
  6506.       notfree: =
  6507.       {
  6508.         Txt = "&"
  6509.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  6510.       }
  6511.       notteam: =
  6512.       {
  6513.         Txt = "&"
  6514.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  6515.       }
  6516.     light: =
  6517.       {
  6518.         Txt = "&"
  6519.     Hint = "constantLight radius of .md3 model included with entity. Has no effect on the entity's brushes (default 0)."
  6520.       }
  6521.     color: =
  6522.       {
  6523.         Txt = "&"
  6524.     Hint = "constantLight color of .md3 model included with entity. Has no effect on the entity's brushes (default 1 1 1)."
  6525.       }
  6526.     notsingle: =
  6527.       {
  6528.         Txt = "&"
  6529.     Hint = "If set to 1, will not spawn in single player (bot play) mode."
  6530.       }
  6531.     notbot: =
  6532.       {
  6533.         Txt = "&"
  6534.     Hint = "If set to 1, bots will ignore this."
  6535.       }
  6536.       spawnflags: =
  6537.       {
  6538.         Txt = "&"
  6539.     Typ = "X1"
  6540.     Cap = "START_OPEN"
  6541.     Hint = "This door will start open."
  6542.       }
  6543.       spawnflags: =
  6544.       {
  6545.         Txt = "&"
  6546.     Typ = "X4"
  6547.     Cap = "CRUSHER"
  6548.     Hint = "This will crush the player."
  6549.       }
  6550.     }
  6551.     func_pendulum:form =
  6552.     {
  6553.       mdl = "[model2]"
  6554.       Help = "This is a object that swings back and forth."
  6555.       angle: =
  6556.       {
  6557.         Txt = "&"
  6558.         Hint = "This is the angle at which it rotates."
  6559.       }
  6560.     noise: =
  6561.       {
  6562.     Txt = "&"
  6563.     Hint = "name of looping .wav file to play."
  6564.       }
  6565.       speed: =
  6566.       {
  6567.         Txt = "&"
  6568.         Hint = "This is the speed at which it swings."
  6569.       }
  6570.       phase: =
  6571.       {
  6572.         Txt = "&"
  6573.     Hint = "the 0.0 to 1.0 offset in the cycle to start at."
  6574.       }
  6575.       dmg: =
  6576.       {
  6577.         Txt = "&"
  6578.         Hint = "Damage this causes to the player."
  6579.       }
  6580.       origin: =
  6581.       {
  6582.         Txt = "&"
  6583.         Hint = "Way of setting XYZ coordinates."
  6584.       }
  6585.       notfree: =
  6586.       {
  6587.         Txt = "&"
  6588.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  6589.       }
  6590.       notteam: =
  6591.       {
  6592.         Txt = "&"
  6593.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  6594.       }
  6595.     model2: =
  6596.       {
  6597.         t_modelbrowser = !
  6598.     Txt = "&"
  6599.     Hint = "Path and name of a model to use."
  6600.       }
  6601.       t_model2 = !
  6602.     light: =
  6603.     {
  6604.     Txt = "&"
  6605.     Hint = "constantLight radius of .md3 model included with entity. Has no effect on the entity's brushes (default 0)."
  6606.     }
  6607.     color: =
  6608.     {
  6609.     Txt = "&"
  6610.     Hint = "constantLight color of .md3 model included with entity. Has no effect on the entity's brushes (default 1 1 1)."
  6611.     }
  6612.     notsingle: =
  6613.     {
  6614.     Txt = "&"
  6615.     Hint = "If set to 1, will not spawn in single player (bot play) mode."
  6616.     }
  6617.     notbot: =
  6618.     {
  6619.     Txt = "&"
  6620.     Hint = "If set to 1, bots will ignore this."
  6621.     }
  6622.     }
  6623.     func_plat:form =
  6624.     {
  6625.       mdl = "[model2]"
  6626.       Help = "This a moving brush that lifts the player up or down."
  6627.       speed: =
  6628.       {
  6629.         Txt = "&"
  6630.         Hint = "This is the speed at which it swings."
  6631.       }
  6632.     origin: =
  6633.       {
  6634.     Txt = "&"
  6635.     Hint = "Way of setting XYZ coordinates."
  6636.       }
  6637.       lip: =
  6638.       {
  6639.         Txt = "&"
  6640.         Hint = "Remaining edge left."
  6641.       }
  6642.       height: =
  6643.       {
  6644.         Txt = "&"
  6645.         Hint = "When set this is the height the platform will rise."
  6646.       }
  6647.       dmg: =
  6648.       {
  6649.         Txt = "&"
  6650.         Hint = "Damage this causes to the player."
  6651.       }
  6652.       targetname: =
  6653.       {
  6654.         Txt = "&"
  6655.         Hint = "This is its target name for the target argument."
  6656.       }
  6657.       notfree: =
  6658.       {
  6659.         Txt = "&"
  6660.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  6661.       }
  6662.       notteam: =
  6663.       {
  6664.         Txt = "&"
  6665.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  6666.       }
  6667.     model2: =
  6668.       {
  6669.         t_modelbrowser = !
  6670.     Txt = "&"
  6671.     Hint = "Path and name of a model to use."
  6672.       }
  6673.       t_model2 = !
  6674.     light: =
  6675.     {
  6676.     Txt = "&"
  6677.     Hint = "constantLight radius of .md3 model included with entity. Has no effect on the entity's brushes (default 0)."
  6678.     }
  6679.     color: =
  6680.     {
  6681.     Txt = "&"
  6682.     Hint = "constantLight color of .md3 model included with entity. Has no effect on the entity's brushes (default 1 1 1)."
  6683.     }
  6684.     notsingle: =
  6685.     {
  6686.     Txt = "&"
  6687.     Hint = "If set to 1, will not spawn in single player (bot play) mode."
  6688.     }
  6689.     notbot: =
  6690.     {
  6691.     Txt = "&"
  6692.     Hint = "If set to 1, bots will ignore this."
  6693.     }
  6694.     }
  6695.     func_rotating:form =
  6696.     {
  6697.       mdl = "[model2]"
  6698.       Help = "Use this to make a brush rotate."
  6699.       speed: =
  6700.       {
  6701.         Txt = "&"
  6702.         Hint = "This is the speed at which it rotates."
  6703.       }
  6704.     noise: =
  6705.       {
  6706.     Txt = "&"
  6707.     Hint = "Name of looping .wav file to play."
  6708.       }
  6709.       model2: =
  6710.       {
  6711.         t_modelbrowser = !
  6712.         Txt = "&"
  6713.         Hint = "This is the path and name of a model to use with this func."
  6714.       }
  6715.      t_model2 = !
  6716.       origin: =
  6717.       {
  6718.         Txt = "&"
  6719.         Hint = "Way of setting XYZ coordinates."
  6720.       }
  6721.     dmg: =
  6722.     {
  6723.     Txt = "&"
  6724.     Hint = "Damage to inflict if player gets in way."
  6725.     }
  6726.     light: =
  6727.     {
  6728.     Txt = "&"
  6729.     Hint = "constantLight radius of .md3 model included with entity. Has no effect on the entity's brushes (default 0)."
  6730.     }
  6731.     color: =
  6732.     {
  6733.     Txt = "&"
  6734.     Hint = "constantLight color of .md3 model included with entity. Has no effect on the entity's brushes (default 1 1 1)."
  6735.     }
  6736.     notsingle: =
  6737.     {
  6738.     Txt = "&"
  6739.     Hint = "If set to 1, will not spawn in single player (bot play) mode."
  6740.     }
  6741.     notbot: =
  6742.     {
  6743.     Txt = "&"
  6744.     Hint = "If set to 1, bots will ignore this."
  6745.     }
  6746.       notfree: =
  6747.       {
  6748.         Txt = "&"
  6749.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  6750.       }
  6751.       notteam: =
  6752.       {
  6753.         Txt = "&"
  6754.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  6755.       }
  6756.       spawnflags: =
  6757.       {
  6758.         Txt = "&"
  6759.         Typ = "X4"
  6760.         Cap = "X_AXIS"
  6761.         Hint = "Door will rotate on this axis."
  6762.       }
  6763.       spawnflags: =
  6764.       {
  6765.         Txt = "&"
  6766.         Typ = "X8"
  6767.         Cap = "Y_AXIS"
  6768.         Hint = "Door will rotate on this axis."
  6769.       }
  6770.     }
  6771.     func_timer:form =
  6772.     {
  6773.       Help = "This is a time delay trigger."
  6774.       wait: =
  6775.       {
  6776.         Txt = "&"
  6777.         Hint = "Wait time till it resets."
  6778.       }
  6779.       random: =
  6780.       {
  6781.         Txt = "&"
  6782.         Hint = "The integer used to multiply or divide the wait value to the respawn."
  6783.       }
  6784.       target: =
  6785.       {
  6786.         Txt = "&"
  6787.         Hint = "Entities with same targetname will trigger with this."
  6788.       }
  6789.       targetname: =
  6790.       {
  6791.         Txt = "&"
  6792.         Hint = "This is its target name for the target argument."
  6793.       }
  6794.       notfree: =
  6795.       {
  6796.         Txt = "&"
  6797.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  6798.       }
  6799.       notteam: =
  6800.       {
  6801.         Txt = "&"
  6802.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  6803.       }
  6804.     notsingle: =
  6805.     {
  6806.     Txt = "&"
  6807.     Hint = "If set to 1, will not spawn in single player (bot play) mode."
  6808.     }
  6809.       spawnflags: =
  6810.       {
  6811.         Txt = "&"
  6812.         Typ = "X1"
  6813.         Cap = "START_ON"
  6814.         Hint = "This timer will start at game map load."
  6815.       }
  6816.     }
  6817.     func_train:form =
  6818.     {
  6819.       mdl = "[model2]"
  6820.       Help = "This is a moving brush that follows path_corners."
  6821.       speed: =
  6822.       {
  6823.         Txt = "&"
  6824.         Hint = "This is the speed at which it swings."
  6825.       }
  6826.       dmg: =
  6827.       {
  6828.         Txt = "&"
  6829.         Hint = "Damage this causes to the player."
  6830.       }
  6831.  
  6832.       noise: =
  6833.       {
  6834.         Txt = "&"
  6835.         Hint = "Path and name of a wav file this will play."
  6836.       }
  6837.       target: =
  6838.       {
  6839.         Txt = "&"
  6840.         Hint = "Entities with same targetname will trigger with this."
  6841.       }
  6842.       notfree: =
  6843.       {
  6844.         Txt = "&"
  6845.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  6846.       }
  6847.       notteam: =
  6848.       {
  6849.         Txt = "&"
  6850.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  6851.       }
  6852.     model2: =
  6853.       {
  6854.         t_modelbrowser = !
  6855.     Txt = "&"
  6856.     Hint = "This is the path and name of a model to use with this func."
  6857.       }
  6858.      t_model2 = !
  6859.     origin: =
  6860.       {
  6861.     Txt = "&"
  6862.     Hint = "Way of setting XYZ coordinates."
  6863.       }
  6864.     light: =
  6865.     {
  6866.     Txt = "&"
  6867.     Hint = "constantLight radius of .md3 model included with entity. Has no effect on the entity's brushes (default 0)."
  6868.     }
  6869.     color: =
  6870.     {
  6871.     Txt = "&"
  6872.     Hint = "constantLight color of .md3 model included with entity. Has no effect on the entity's brushes (default 1 1 1)."
  6873.     }
  6874.     notsingle: =
  6875.     {
  6876.     Txt = "&"
  6877.     Hint = "If set to 1, will not spawn in single player (bot play) mode."
  6878.     }
  6879.     notbot: =
  6880.     {
  6881.     Txt = "&"
  6882.     Hint = "If set to 1, bots will ignore this."
  6883.     }
  6884.       spawnflags: =
  6885.       {
  6886.         Txt = "&"
  6887.         Typ = "X1"
  6888.         Cap = "START_ON"
  6889.         Hint = "This train will be moving when the game loads."
  6890.       }
  6891.       spawnflags: =
  6892.       {
  6893.         Txt = "&"
  6894.         Typ = "X2"
  6895.         Cap = "TOGGLE"
  6896.         Hint = "This can be start and stopped with a button."
  6897.       }
  6898.       spawnflags: =
  6899.       {
  6900.         Txt = "&"
  6901.         Typ = "X4"
  6902.         Cap = "BLOCK_STOPS"
  6903.         Hint = "This will make it stop when a player gets in the way."
  6904.       }
  6905.     }
  6906.     func_static:form =
  6907.     {
  6908.       mdl = "[model2]"
  6909.       Help = "This is the disappering wall trick."
  6910.     model2: =
  6911.       {
  6912.         t_modelbrowser = !
  6913.     Txt = "&"
  6914.     Hint = "This is the path and name of a model to use with this func."
  6915.       }
  6916.      t_model2 = !
  6917.     origin: =
  6918.       {
  6919.     Txt = "&"
  6920.     Hint = "Way of setting XYZ coordinates."
  6921.       }
  6922.     light: =
  6923.     {
  6924.     Txt = "&"
  6925.     Hint = "constantLight radius of .md3 model included with entity. Has no effect on the entity's brushes (default 0)."
  6926.     }
  6927.     color: =
  6928.     {
  6929.     Txt = "&"
  6930.     Hint = "constantLight color of .md3 model included with entity. Has no effect on the entity's brushes (default 1 1 1)."
  6931.     }
  6932.       targetname: =
  6933.       {
  6934.         Txt = "&"
  6935.     Hint = "This is its target name"
  6936.       }
  6937.       notfree: =
  6938.       {
  6939.         Txt = "&"
  6940.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  6941.       }
  6942.       notteam: =
  6943.       {
  6944.         Txt = "&"
  6945.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  6946.       }
  6947.     notsingle: =
  6948.       {
  6949.         Txt = "&"
  6950.     Hint = "This item will not spawn in a single player game."
  6951.       }
  6952.     notbot: =
  6953.       {
  6954.         Txt = "&"
  6955.     Hint = "If set to 1, bots will ignore this."
  6956.       }
  6957.     }
  6958.     holdable_medkit:form =
  6959.     {
  6960.       Help = "This sets the player's health at 125 health when used. Can only carry one at a time"
  6961.       t_item_size = !
  6962.     mdl = "models/powerups/holdable/medkit.md3"
  6963.       wait: =
  6964.       {
  6965.         Txt = "&"
  6966.         Hint = "Wait time till it resets."
  6967.       }
  6968.       random: =
  6969.       {
  6970.         Txt = "&"
  6971.         Hint = "The integer used to multiply or divide the wait value to the respawn."
  6972.       }
  6973.  
  6974.      target: =
  6975.       {
  6976.     Txt = "&"
  6977.     Hint = "picking up item will trigger entity this points to."
  6978.       }
  6979.      targetname: =
  6980.       {
  6981.     Txt = "&"
  6982.     Hint = "a target_give entity can point to this for respawn freebies."
  6983.       }
  6984.       team: =
  6985.       {
  6986.         Txt = "&"
  6987.     Hint = "set this to team items. Teamed items will respawn randomly after team master is picked up"
  6988.       }
  6989.       notfree: =
  6990.       {
  6991.         Txt = "&"
  6992.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  6993.       }
  6994.       notteam: =
  6995.       {
  6996.         Txt = "&"
  6997.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  6998.       }
  6999.     notsingle: =
  7000.     {
  7001.     Txt = "&"
  7002.     Hint = "This item will not spawn in a single player game."
  7003.     }
  7004.     notbot: =
  7005.     {
  7006.     Txt = "&"
  7007.     Hint = "If set to 1, bots will ignore this."
  7008.     }
  7009.       spawnflags: =
  7010.       {
  7011.         Txt = "&"
  7012.         Typ = "X1"
  7013.         Cap = "NO_DROP"
  7014.         Hint = "This will not drop to the floor when checked."
  7015.       }
  7016.     }
  7017.     holdable_teleporter:form =
  7018.     {
  7019.       Help = "This gives the player ability to teleport when used. Can only carry one at a time."
  7020.       t_item_size = !
  7021.     mdl = "models/powerups/holdable/teleporter.md3"
  7022.       wait: =
  7023.       {
  7024.         Txt = "&"
  7025.         Hint = "Wait time till it resets."
  7026.       }
  7027.       random: =
  7028.       {
  7029.         Txt = "&"
  7030.         Hint = "The integer used to multiply or divide the wait value to the respawn."
  7031.       }
  7032.  
  7033.      target: =
  7034.       {
  7035.     Txt = "&"
  7036.     Hint = "picking up item will trigger entity this points to."
  7037.       }
  7038.      targetname: =
  7039.       {
  7040.     Txt = "&"
  7041.     Hint = "a target_give entity can point to this for respawn freebies."
  7042.       }
  7043.       team: =
  7044.       {
  7045.         Txt = "&"
  7046.     Hint = "set this to team items. Teamed items will respawn randomly after team master is picked up"
  7047.       }
  7048.       notfree: =
  7049.       {
  7050.         Txt = "&"
  7051.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  7052.       }
  7053.       notteam: =
  7054.       {
  7055.         Txt = "&"
  7056.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  7057.       }
  7058.     notsingle: =
  7059.     {
  7060.     Txt = "&"
  7061.     Hint = "This item will not spawn in a single player game."
  7062.     }
  7063.     notbot: =
  7064.     {
  7065.     Txt = "&"
  7066.     Hint = "If set to 1, bots will ignore this."
  7067.     }
  7068.       spawnflags: =
  7069.       {
  7070.         Txt = "&"
  7071.         Typ = "X1"
  7072.         Cap = "NO_DROP"
  7073.         Hint = "This will not drop to the floor when checked."
  7074.       }
  7075.     }
  7076.     info_camp:form =
  7077.     {
  7078.     Help = "This atttracts bots which have a camping preference in their AI characteristics. It should be placed at least 32 units away from any brush surface. Examples of bots which have a high camping preference are: Razor, Tank Jr., Grunt, Patriot and Doom. Examples of bots which have a low camping preference are: Klesk, Mynx, Sarge, Keel and Xaero."
  7079.       t_player_size = !
  7080.     range: =
  7081.     {
  7082.     Txt = "&"
  7083.     Hint = "number of units that the bot can move away from camp entity while camping on it."
  7084.     }
  7085.     weight: =
  7086.     {
  7087.     Txt = "&"
  7088.     Hint = "number that is compared against the weight assigned to all the other camp spots in the map to determine if a bot chooses to camp there."
  7089.     }
  7090.     }
  7091.     item_botroam:form =
  7092.     {
  7093.     Help = "Game Function: An invisible entity which attracts a bot to it. Use to move bots to parts of a map that might otherwise not be used. Don't set too high, or bot roaming will suffer."
  7094.       t_player_size = !
  7095.     weight: =
  7096.     {
  7097.     Txt = "&"
  7098.     Hint = "non-zero floating point value, most often in the range 0 to 400."
  7099.     }
  7100.     notfree: =
  7101.       {
  7102.     Txt = "&"
  7103.     Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  7104.       }
  7105.       notteam: =
  7106.       {
  7107.     Txt = "&"
  7108.     Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  7109.       }
  7110.     notsingle: =
  7111.     {
  7112.     Txt = "&"
  7113.     Hint = "This item will not spawn in a single player game."
  7114.     }
  7115.     spawnflags: =
  7116.       {
  7117.     Txt = "&"
  7118.     Typ = "X1"
  7119.     Cap = "NO_DROP"
  7120.     Hint = "This will not drop to the floor when checked."
  7121.     }
  7122.     }
  7123.     info_notnull:form =
  7124.     {
  7125.       Help = "This used as a postional target for entities."
  7126.       targetname: =
  7127.       {
  7128.         Txt = "&"
  7129.         Hint = "This is its target name for the target argument."
  7130.       }
  7131.       notfree: =
  7132.       {
  7133.         Txt = "&"
  7134.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  7135.       }
  7136.       notteam: =
  7137.       {
  7138.         Txt = "&"
  7139.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  7140.       }
  7141.     notsingle: =
  7142.     {
  7143.     Txt = "&"
  7144.     Hint = "If set to 1, this will not spawn in single player mode."
  7145.     }
  7146.     }
  7147.     info_null:form =
  7148.     {
  7149.       Help = "This used as a postional target for entities."
  7150.       targetname: =
  7151.       {
  7152.         Txt = "&"
  7153.         Hint = "This is its target name for the target argument."
  7154.       }
  7155.       notfree: =
  7156.       {
  7157.         Txt = "&"
  7158.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  7159.       }
  7160.       notteam: =
  7161.       {
  7162.         Txt = "&"
  7163.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  7164.       }
  7165.     notsingle: =
  7166.     {
  7167.     Txt = "&"
  7168.     Hint = "If set to 1, this will not spawn in single player mode."
  7169.     }
  7170.     }
  7171.     info_player_deathmatch:form =
  7172.     {
  7173.       Help = "This is where a player spawns into the game at."
  7174.       t_player_size = !
  7175.       mdl = "models/players/sarge/upper.md3"
  7176.       md3_autolink = "1"
  7177.       :u_torso = "Frame 125"
  7178.       :u_rshoulder = "Frame 125"
  7179.       :l_legs = "Frame 170"
  7180.       :h_cigar = "Frame 1"
  7181.       :h_head = "Frame 1"
  7182.       target: =
  7183.       {
  7184.         Txt = "&"
  7185.     Hint = "this can point at a target_give entity for respawn freebies."
  7186.       }
  7187.       notfree: =
  7188.       {
  7189.         Txt = "&"
  7190.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  7191.       }
  7192.       notteam: =
  7193.       {
  7194.         Txt = "&"
  7195.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  7196.       }
  7197.     nobots: =
  7198.       {
  7199.     Txt = "&"
  7200.     Hint = "when set to 1, bots will never use this spawn point to respawn in the game."
  7201.       }
  7202.     nohumans: =
  7203.       {
  7204.     Txt = "&"
  7205.     Hint = "when set to 1, human players will never use this spawn point to respawn in the game."
  7206.       }
  7207.     notsingle: =
  7208.     {
  7209.     Txt = "&"
  7210.     Hint = "If set to 1, this will not spawn in single player mode."
  7211.     }
  7212.     spawnflags: =
  7213.       {
  7214.     Txt = "&"
  7215.     Typ = "X1"
  7216.     Cap = "INTIAL"
  7217.     Hint = "makes the spawnpoint the initial place for the player to spawn at the beginning of the game."
  7218.       }
  7219.     }
  7220.     info_player_intermission:form =
  7221.     {
  7222.       Help = "Camera for intermission screen between matches. This also automatically generates the podium for bot arena matches (see Notes). Can be aimed by setting the angles key or targeting an pointing to an aiming entity. Use only one per level."
  7223.       t_player_size = !
  7224.       target: =
  7225.       {
  7226.         Txt = "&"
  7227.         Hint = "Entities with same targetname will trigger with this."
  7228.       }
  7229.     angles: =
  7230.     {
  7231.     Txt = "&"
  7232.     Hint = "alternate pitch, yaw, roll angles method of aiming intermission camera (default 0 0 0)."
  7233.     }
  7234.     }
  7235.     info_player_start:form =
  7236.     {
  7237.       Help = "This is where a player spawns into the game at. Not used in game. Use info_player_deathmatch instead."
  7238.       t_player_size = !
  7239.     mdl = "models/players/sarge/upper.md3"
  7240.       md3_autolink = "1"
  7241.       :u_torso = "Frame 125"
  7242.       :u_rshoulder = "Frame 125"
  7243.       :l_legs = "Frame 170"
  7244.       :h_cigar = "Frame 1"
  7245.       :h_head = "Frame 1"
  7246.     angle: =
  7247.       {
  7248.         Txt = "&"
  7249.     Hint = "direction in which player will look when spawning in the game."
  7250.       }
  7251.       target: =
  7252.     {
  7253.     Txt = "&"
  7254.     Hint = "this can point at a target_give entity for respawn freebies."
  7255.       }
  7256.     }
  7257.     item_armor_body:form =
  7258.     {
  7259.       Help = "The red armor. This gives the player 100 points of armor."
  7260.       t_item_size = !
  7261.     mdl = "models/powerups/armor/armor_red.md3"
  7262.       wait: =
  7263.       {
  7264.         Txt = "&"
  7265.         Hint = "Wait time till it resets."
  7266.       }
  7267.       random: =
  7268.       {
  7269.         Txt = "&"
  7270.         Hint = "The integer used to multiply or divide the wait value to the respawn."
  7271.       }
  7272.       team: =
  7273.       {
  7274.         Txt = "&"
  7275.     Hint = "set this to team items. Teamed items will respawn randomly after team master is picked up."
  7276.       }
  7277.     notsingle: =
  7278.     {
  7279.     Txt = "&"
  7280.     Hint = "This item will not spawn in a single player game."
  7281.     }
  7282.     notbot: =
  7283.     {
  7284.     Txt = "&"
  7285.     Hint = "If set to 1, bots will ignore this."
  7286.     }
  7287.     target: =
  7288.       {
  7289.     Txt = "&"
  7290.     Hint = "Entities with same targetname will trigger with this."
  7291.       }
  7292.       targetname: =
  7293.       {
  7294.     Txt = "&"
  7295.     Hint = "a target_give entity can point to this for respawn freebies."
  7296.       }
  7297.       notfree: =
  7298.       {
  7299.         Txt = "&"
  7300.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  7301.       }
  7302.       notteam: =
  7303.       {
  7304.         Txt = "&"
  7305.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  7306.       }
  7307.       spawnflags: =
  7308.       {
  7309.         Txt = "&"
  7310.         Typ = "X1"
  7311.         Cap = "NO_DROP"
  7312.         Hint = "This makes the item not drop to the ground."
  7313.       }
  7314.     }
  7315.     item_armor_combat:form =
  7316.     {
  7317.       Help = "The yellow armor. This gives the player 50 points of armor."
  7318.       t_item_size = !
  7319.     mdl = "models/powerups/armor/armor_yel.md3"
  7320.       wait: =
  7321.       {
  7322.         Txt = "&"
  7323.         Hint = "Wait time till it resets."
  7324.       }
  7325.       random: =
  7326.       {
  7327.         Txt = "&"
  7328.         Hint = "The integer used to multiply or divide the wait value to the respawn."
  7329.       }
  7330.       team: =
  7331.       {
  7332.         Txt = "&"
  7333.     Hint = "set this to team items. Teamed items will respawn randomly after team master is picked up."
  7334.       }
  7335.     notsingle: =
  7336.     {
  7337.     Txt = "&"
  7338.     Hint = "This item will not spawn in a single player game."
  7339.     }
  7340.     notbot: =
  7341.     {
  7342.     Txt = "&"
  7343.     Hint = "If set to 1, bots will ignore this."
  7344.     }
  7345.     target: =
  7346.       {
  7347.     Txt = "&"
  7348.     Hint = "Entities with same targetname will trigger with this."
  7349.       }
  7350.       targetname: =
  7351.       {
  7352.     Txt = "&"
  7353.     Hint = "a target_give entity can point to this for respawn freebies."
  7354.       }
  7355.       notfree: =
  7356.       {
  7357.         Txt = "&"
  7358.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  7359.       }
  7360.       notteam: =
  7361.       {
  7362.         Txt = "&"
  7363.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  7364.       }
  7365.       spawnflags: =
  7366.       {
  7367.         Txt = "&"
  7368.         Typ = "X1"
  7369.         Cap = "NO_DROP"
  7370.         Hint = "This makes the item not drop to the ground"
  7371.       }
  7372.     }
  7373.     item_armor_shard:form =
  7374.     {
  7375.       Help = "The small, green shard. This gives the player 5 points of armor."
  7376.       t_item_size = !
  7377.     mdl = "models/powerups/armor/shard.md3"
  7378.       wait: =
  7379.       {
  7380.         Txt = "&"
  7381.         Hint = "Wait time till it resets."
  7382.       }
  7383.       random: =
  7384.       {
  7385.         Txt = "&"
  7386.         Hint = "The integer used to multiply or divide the wait value to the respawn."
  7387.       }
  7388.       team: =
  7389.       {
  7390.       Txt = "&"
  7391.     Hint = "set this to team items. Teamed items will respawn randomly after team master is picked up."
  7392.       }
  7393.     notsingle: =
  7394.     {
  7395.     Txt = "&"
  7396.     Hint = "This item will not spawn in a single player game."
  7397.     }
  7398.     notbot: =
  7399.     {
  7400.     Txt = "&"
  7401.     Hint = "If set to 1, bots will ignore this."
  7402.     }
  7403.     target: =
  7404.       {
  7405.     Txt = "&"
  7406.     Hint = "Entities with same targetname will trigger with this."
  7407.       }
  7408.       targetname: =
  7409.       {
  7410.     Txt = "&"
  7411.     Hint = "a target_give entity can point to this for respawn freebies."
  7412.       }
  7413.       notfree: =
  7414.       {
  7415.         Txt = "&"
  7416.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  7417.       }
  7418.       notteam: =
  7419.       {
  7420.         Txt = "&"
  7421.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  7422.       }
  7423.       spawnflags: =
  7424.       {
  7425.         Txt = "&"
  7426.         Typ = "X1"
  7427.         Cap = "NO_DROP"
  7428.         Hint = "This makes the item not drop to the ground"
  7429.       }
  7430.     }
  7431.     item_enviro:form =
  7432.     {
  7433.       Help = "Battle Suit - Invulnerability. Protects from lava and splash damage from weapons. Won't protect you from death fog, or the Void."
  7434.       t_item_size = !
  7435.     mdl = "models/powerups/instant/enviro.md3"
  7436.       wait: =
  7437.       {
  7438.         Txt = "&"
  7439.         Hint = "Wait time till it resets."
  7440.       }
  7441.       random: =
  7442.       {
  7443.         Txt = "&"
  7444.         Hint = "The integer used to multiply or divide the wait value to the respawn."
  7445.       }
  7446.       team: =
  7447.       {
  7448.         Txt = "&"
  7449.     Hint = "set this to team items. Teamed items will respawn randomly after team master is picked up."
  7450.       }
  7451.     notsingle: =
  7452.     {
  7453.     Txt = "&"
  7454.     Hint = "This item will not spawn in a single player game."
  7455.     }
  7456.     notbot: =
  7457.     {
  7458.     Txt = "&"
  7459.     Hint = "If set to 1, bots will ignore this."
  7460.     }
  7461.     target: =
  7462.       {
  7463.     Txt = "&"
  7464.     Hint = "Entities with same targetname will trigger with this."
  7465.       }
  7466.       targetname: =
  7467.       {
  7468.     Txt = "&"
  7469.     Hint = "a target_give entity can point to this for respawn freebies."
  7470.       }
  7471.     count: =
  7472.     {
  7473.     Txt = "&"
  7474.     Hint = "time in seconds power-up will last when picked up (default 30)."
  7475.       }
  7476.       notfree: =
  7477.       {
  7478.         Txt = "&"
  7479.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  7480.       }
  7481.       notteam: =
  7482.       {
  7483.         Txt = "&"
  7484.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  7485.       }
  7486.       spawnflags: =
  7487.       {
  7488.         Txt = "&"
  7489.         Typ = "X1"
  7490.         Cap = "NO_DROP"
  7491.         Hint = "This makes the item not drop to the ground"
  7492.       }
  7493.     }
  7494.     item_flight:form =
  7495.     {
  7496.       Help = "Flight power up. Bots can't use this. Only used for multiplay."
  7497.       t_item_size = !
  7498.     mdl = "models/powerups/instant/flight.md3"
  7499.       wait: =
  7500.       {
  7501.         Txt = "&"
  7502.         Hint = "Wait time till it resets."
  7503.       }
  7504.       random: =
  7505.       {
  7506.         Txt = "&"
  7507.         Hint = "The integer used to multiply or divide the wait value to the respawn."
  7508.       }
  7509.       team: =
  7510.       {
  7511.         Txt = "&"
  7512.     Hint = "set this to team items. Teamed items will respawn randomly after team master is picked up."
  7513.       }
  7514.     notsingle: =
  7515.     {
  7516.     Txt = "&"
  7517.     Hint = "This item will not spawn in a single player game."
  7518.     }
  7519.     notbot: =
  7520.     {
  7521.     Txt = "&"
  7522.     Hint = "If set to 1, bots will ignore this."
  7523.     }
  7524.     target: =
  7525.       {
  7526.     Txt = "&"
  7527.     Hint = "Entities with same targetname will trigger with this."
  7528.       }
  7529.       targetname: =
  7530.       {
  7531.     Txt = "&"
  7532.     Hint = "a target_give entity can point to this for respawn freebies."
  7533.       }
  7534.     count: =
  7535.     {
  7536.     Txt = "&"
  7537.     Hint = "time in seconds power-up will last when picked up (default 60)."
  7538.       }
  7539.       notfree: =
  7540.       {
  7541.         Txt = "&"
  7542.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  7543.       }
  7544.       notteam: =
  7545.       {
  7546.         Txt = "&"
  7547.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  7548.       }
  7549.       spawnflags: =
  7550.       {
  7551.         Txt = "&"
  7552.         Typ = "X1"
  7553.         Cap = "NO_DROP"
  7554.         Hint = "This makes the item not drop to the ground"
  7555.       }
  7556.     }
  7557.     item_haste:form =
  7558.     {
  7559.       Help = "Speed power up."
  7560.       t_item_size = !
  7561.     mdl = "models/powerups/instant/haste.md3"
  7562.       wait: =
  7563.       {
  7564.         Txt = "&"
  7565.         Hint = "Wait time till it resets."
  7566.       }
  7567.       random: =
  7568.       {
  7569.         Txt = "&"
  7570.         Hint = "The integer used to multiply or divide the wait value to the respawn."
  7571.       }
  7572.       team: =
  7573.       {
  7574.         Txt = "&"
  7575.     Hint = "set this to team items. Teamed items will respawn randomly after team master is picked up."
  7576.       }
  7577.     notsingle: =
  7578.     {
  7579.     Txt = "&"
  7580.     Hint = "This item will not spawn in a single player game."
  7581.     }
  7582.     notbot: =
  7583.     {
  7584.     Txt = "&"
  7585.     Hint = "If set to 1, bots will ignore this."
  7586.     }
  7587.     target: =
  7588.       {
  7589.     Txt = "&"
  7590.     Hint = "Entities with same targetname will trigger with this."
  7591.       }
  7592.       targetname: =
  7593.       {
  7594.     Txt = "&"
  7595.     Hint = "a target_give entity can point to this for respawn freebies."
  7596.       }
  7597.     count: =
  7598.     {
  7599.     Txt = "&"
  7600.     Hint = "time in seconds power-up will last when picked up (default 30)."
  7601.       }
  7602.       notfree: =
  7603.       {
  7604.         Txt = "&"
  7605.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  7606.       }
  7607.       notteam: =
  7608.       {
  7609.         Txt = "&"
  7610.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  7611.       }
  7612.       spawnflags: =
  7613.       {
  7614.         Txt = "&"
  7615.         Typ = "X1"
  7616.         Cap = "NO_DROP"
  7617.         Hint = "This makes the item not drop to the ground"
  7618.       }
  7619.     }
  7620.     item_health:form =
  7621.     {
  7622.       Help = "This gives the player 25 points of health."
  7623.       t_item_size = !
  7624.     mdl = "models/powerups/health/medium_sphere.md3"
  7625.       wait: =
  7626.       {
  7627.         Txt = "&"
  7628.         Hint = "Wait time till it resets."
  7629.       }
  7630.       random: =
  7631.       {
  7632.         Txt = "&"
  7633.         Hint = "The integer used to multiply or divide the wait value to the respawn."
  7634.       }
  7635.       team: =
  7636.       {
  7637.         Txt = "&"
  7638.     Hint = "set this to team items. Teamed items will respawn randomly after team master is picked up."
  7639.       }
  7640.     notsingle: =
  7641.     {
  7642.     Txt = "&"
  7643.     Hint = "This item will not spawn in a single player game."
  7644.     }
  7645.     notbot: =
  7646.     {
  7647.     Txt = "&"
  7648.     Hint = "If set to 1, bots will ignore this."
  7649.     }
  7650.     target: =
  7651.       {
  7652.     Txt = "&"
  7653.     Hint = "Entities with same targetname will trigger with this."
  7654.       }
  7655.       targetname: =
  7656.       {
  7657.     Txt = "&"
  7658.     Hint = "a target_give entity can point to this for respawn freebies."
  7659.       }
  7660.     count: =
  7661.     {
  7662.     Txt = "&"
  7663.     Hint = "amount of health to give to player (default 25)."
  7664.       }
  7665.       notfree: =
  7666.       {
  7667.         Txt = "&"
  7668.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  7669.       }
  7670.       notteam: =
  7671.       {
  7672.         Txt = "&"
  7673.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  7674.       }
  7675.       spawnflags: =
  7676.       {
  7677.         Txt = "&"
  7678.         Typ = "X1"
  7679.         Cap = "NO_DROP"
  7680.         Hint = "This makes the item not drop to the ground"
  7681.       }
  7682.     }
  7683.     item_health_large:form =
  7684.     {
  7685.       Help = "This gives the player 50 points of health."
  7686.       t_item_size = !
  7687.     mdl = "models/powerups/health/large_sphere.md3"
  7688.       wait: =
  7689.       {
  7690.         Txt = "&"
  7691.         Hint = "Wait time till it resets."
  7692.       }
  7693.       random: =
  7694.       {
  7695.         Txt = "&"
  7696.         Hint = "The integer used to multiply or divide the wait value to the respawn."
  7697.       }
  7698.       team: =
  7699.       {
  7700.         Txt = "&"
  7701.     Hint = "set this to team items. Teamed items will respawn randomly after team master is picked up."
  7702.       }
  7703.     notsingle: =
  7704.     {
  7705.     Txt = "&"
  7706.     Hint = "This item will not spawn in a single player game."
  7707.     }
  7708.     notbot: =
  7709.     {
  7710.     Txt = "&"
  7711.     Hint = "If set to 1, bots will ignore this."
  7712.     }
  7713.     target: =
  7714.       {
  7715.     Txt = "&"
  7716.     Hint = "Entities with same targetname will trigger with this."
  7717.       }
  7718.       targetname: =
  7719.       {
  7720.     Txt = "&"
  7721.     Hint = "a target_give entity can point to this for respawn freebies."
  7722.       }
  7723.     count: =
  7724.     {
  7725.     Txt = "&"
  7726.     Hint = "amount of health to give to player (default 50)."
  7727.       }
  7728.       notfree: =
  7729.       {
  7730.         Txt = "&"
  7731.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  7732.       }
  7733.       notteam: =
  7734.       {
  7735.         Txt = "&"
  7736.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  7737.       }
  7738.       spawnflags: =
  7739.       {
  7740.         Txt = "&"
  7741.         Typ = "X1"
  7742.         Cap = "NO_DROP"
  7743.         Hint = "This makes the item not drop to the ground"
  7744.       }
  7745.     }
  7746.     item_health_mega:form =
  7747.     {
  7748.       Help = "This gives the player 100 points of health."
  7749.       t_item_size = !
  7750.     mdl = "models/powerups/health/mega_sphere.md3"
  7751.       wait: =
  7752.       {
  7753.         Txt = "&"
  7754.         Hint = "Wait time till it resets."
  7755.       }
  7756.       random: =
  7757.       {
  7758.         Txt = "&"
  7759.         Hint = "The integer used to multiply or divide the wait value to the respawn."
  7760.       }
  7761.       team: =
  7762.       {
  7763.         Txt = "&"
  7764.     Hint = "set this to team items. Teamed items will respawn randomly after team master is picked up."
  7765.       }
  7766.     notsingle: =
  7767.     {
  7768.     Txt = "&"
  7769.     Hint = "This item will not spawn in a single player game."
  7770.     }
  7771.     notbot: =
  7772.     {
  7773.     Txt = "&"
  7774.     Hint = "If set to 1, bots will ignore this."
  7775.     }
  7776.     target: =
  7777.       {
  7778.     Txt = "&"
  7779.     Hint = "Entities with same targetname will trigger with this."
  7780.       }
  7781.       targetname: =
  7782.       {
  7783.     Txt = "&"
  7784.     Hint = "a target_give entity can point to this for respawn freebies."
  7785.       }
  7786.     count: =
  7787.     {
  7788.     Txt = "&"
  7789.     Hint = "amount of health to give to player (default 25)."
  7790.       }
  7791.       notfree: =
  7792.       {
  7793.         Txt = "&"
  7794.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  7795.       }
  7796.       notteam: =
  7797.       {
  7798.         Txt = "&"
  7799.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  7800.       }
  7801.       spawnflags: =
  7802.       {
  7803.         Txt = "&"
  7804.         Typ = "X1"
  7805.         Cap = "NO_DROP"
  7806.         Hint = "This makes the item not drop to the ground"
  7807.       }
  7808.     }
  7809.     item_health_small:form =
  7810.     {
  7811.       Help = "This gives the player 5 points of health."
  7812.     mdl = "models/powerups/health/small_sphere.md3"
  7813.       t_item_size = !
  7814.       wait: =
  7815.       {
  7816.         Txt = "&"
  7817.         Hint = "Wait time till it resets."
  7818.       }
  7819.       random: =
  7820.       {
  7821.         Txt = "&"
  7822.         Hint = "The integer used to multiply or divide the wait value to the respawn."
  7823.       }
  7824.       team: =
  7825.       {
  7826.         Txt = "&"
  7827.     Hint = "set this to team items. Teamed items will respawn randomly after team master is picked up."
  7828.       }
  7829.     notsingle: =
  7830.     {
  7831.     Txt = "&"
  7832.     Hint = "This item will not spawn in a single player game."
  7833.     }
  7834.     notbot: =
  7835.     {
  7836.     Txt = "&"
  7837.     Hint = "If set to 1, bots will ignore this."
  7838.     }
  7839.     target: =
  7840.       {
  7841.     Txt = "&"
  7842.     Hint = "Entities with same targetname will trigger with this."
  7843.       }
  7844.       targetname: =
  7845.       {
  7846.     Txt = "&"
  7847.     Hint = "a target_give entity can point to this for respawn freebies."
  7848.       }
  7849.     count: =
  7850.     {
  7851.     Txt = "&"
  7852.     Hint = "amount of health to give to player (default 5)."
  7853.       }
  7854.       notfree: =
  7855.       {
  7856.         Txt = "&"
  7857.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  7858.       }
  7859.       notteam: =
  7860.       {
  7861.         Txt = "&"
  7862.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  7863.       }
  7864.       spawnflags: =
  7865.       {
  7866.         Txt = "&"
  7867.         Typ = "X1"
  7868.  
  7869.         Cap = "NO_DROP"
  7870.         Hint = "This makes the item not drop to the ground"
  7871.       }
  7872.     }
  7873.     item_invis:form =
  7874.     {
  7875.       Help = "Invisiblity powerup."
  7876.     mdl = "models/powerups/instant/invis.md3"
  7877.       t_item_size = !
  7878.       wait: =
  7879.       {
  7880.         Txt = "&"
  7881.         Hint = "Wait time till it resets."
  7882.       }
  7883.       random: =
  7884.       {
  7885.         Txt = "&"
  7886.         Hint = "The integer used to multiply or divide the wait value to the respawn."
  7887.       }
  7888.       team: =
  7889.       {
  7890.         Txt = "&"
  7891.     Hint = "set this to team items. Teamed items will respawn randomly after team master is picked up."
  7892.       }
  7893.     notsingle: =
  7894.     {
  7895.     Txt = "&"
  7896.     Hint = "This item will not spawn in a single player game."
  7897.     }
  7898.     notbot: =
  7899.     {
  7900.     Txt = "&"
  7901.     Hint = "If set to 1, bots will ignore this."
  7902.     }
  7903.     target: =
  7904.       {
  7905.     Txt = "&"
  7906.     Hint = "Entities with same targetname will trigger with this."
  7907.       }
  7908.       targetname: =
  7909.       {
  7910.     Txt = "&"
  7911.     Hint = "a target_give entity can point to this for respawn freebies."
  7912.       }
  7913.     count: =
  7914.     {
  7915.     Txt = "&"
  7916.     Hint = "how long the powerup will last after being picked up (default 30)."
  7917.       }
  7918.       notfree: =
  7919.       {
  7920.         Txt = "&"
  7921.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  7922.       }
  7923.       notteam: =
  7924.       {
  7925.         Txt = "&"
  7926.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  7927.       }
  7928.       spawnflags: =
  7929.       {
  7930.         Txt = "&"
  7931.         Typ = "X1"
  7932.         Cap = "NO_DROP"
  7933.         Hint = "This makes the item not drop to the ground"
  7934.       }
  7935.     }
  7936.     item_quad:form =
  7937.     {
  7938.       Help = "Oh come on, do i really need to explain this?"
  7939.       t_item_size = !
  7940.     mdl = "models/powerups/instant/quad.md3"
  7941.       wait: =
  7942.       {
  7943.         Txt = "&"
  7944.     Hint = "Wait time till it resets."
  7945.       }
  7946.       random: =
  7947.       {
  7948.     Txt = "&"
  7949.     Hint = "The integer used to multiply or divide the wait value to the respawn."
  7950.       }
  7951.       team: =
  7952.       {
  7953.     Txt = "&"
  7954.     Hint = "set this to team items. Teamed items will respawn randomly after team master is picked up."
  7955.       }
  7956.     notsingle: =
  7957.     {
  7958.     Txt = "&"
  7959.     Hint = "This item will not spawn in a single player game."
  7960.     }
  7961.     notbot: =
  7962.     {
  7963.     Txt = "&"
  7964.     Hint = "If set to 1, bots will ignore this."
  7965.     }
  7966.     target: =
  7967.       {
  7968.     Txt = "&"
  7969.     Hint = "Entities with same targetname will trigger with this."
  7970.       }
  7971.       targetname: =
  7972.       {
  7973.         Txt = "&"
  7974.     Hint = "a target_give entity can point to this for respawn freebies."
  7975.       }
  7976.     count: =
  7977.       {
  7978.         Txt = "&"
  7979.     Hint = "how long powerup will last after being picked up (default 30)."
  7980.       }
  7981.       notfree: =
  7982.       {
  7983.         Txt = "&"
  7984.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  7985.       }
  7986.       notteam: =
  7987.       {
  7988.         Txt = "&"
  7989.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  7990.       }
  7991.       spawnflags: =
  7992.       {
  7993.         Txt = "&"
  7994.         Typ = "X1"
  7995.         Cap = "NO_DROP"
  7996.         Hint = "This makes the item not drop to the ground"
  7997.       }
  7998.     }
  7999.     item_regen:form =
  8000.     {
  8001.       Help = "Regeneration power up."
  8002.       t_item_size = !
  8003.     mdl = "models/powerups/instant/regen.md3"
  8004.       wait: =
  8005.       {
  8006.         Txt = "&"
  8007.         Hint = "Wait time till it resets."
  8008.       }
  8009.       random: =
  8010.       {
  8011.         Txt = "&"
  8012.         Hint = "The integer used to multiply or divide the wait value to the respawn."
  8013.       }
  8014.       team: =
  8015.       {
  8016.         Txt = "&"
  8017.     Hint = "set this to team items. Teamed items will respawn randomly after team master is picked up."
  8018.       }
  8019.     notsingle: =
  8020.     {
  8021.     Txt = "&"
  8022.     Hint = "This item will not spawn in a single player game."
  8023.     }
  8024.     notbot: =
  8025.     {
  8026.     Txt = "&"
  8027.     Hint = "If set to 1, bots will ignore this."
  8028.     }
  8029.     target: =
  8030.       {
  8031.     Txt = "&"
  8032.     Hint = "Entities with same targetname will trigger with this."
  8033.       }
  8034.       targetname: =
  8035.       {
  8036.     Txt = "&"
  8037.     Hint = "a target_give entity can point to this for respawn freebies."
  8038.       }
  8039.     count: =
  8040.     {
  8041.     Txt = "&"
  8042.     Hint = "how long powerup will last after being picked up (default 30)."
  8043.       }
  8044.       notfree: =
  8045.       {
  8046.         Txt = "&"
  8047.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  8048.       }
  8049.       notteam: =
  8050.       {
  8051.         Txt = "&"
  8052.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  8053.       }
  8054.       spawnflags: =
  8055.       {
  8056.         Txt = "&"
  8057.         Typ = "X1"
  8058.         Cap = "NO_DROP"
  8059.         Hint = "This makes the item not drop to the ground"
  8060.       }
  8061.     }
  8062.     light:form =
  8063.     {
  8064.       Help = "invisible light source"
  8065. //      bbox = '-8 -8 -8 8 8 8'
  8066.       target: =
  8067.       {
  8068.         Txt = "&"
  8069.         Hint = "Aim this at an info_null to make a spotlight."
  8070.       }
  8071.       light: =
  8072.       {
  8073.         Txt = "&"
  8074.         Hint = "light value, default 300"
  8075.       }
  8076.       _color: = { Txt="&" Hint = "light color (not the intensity, only the color)" }
  8077.       _color: =
  8078.       {
  8079.         Txt = "&"
  8080.         Typ = "L"
  8081.         Hint = "light color (not the intensity, only the color)"
  8082.       }
  8083.       radius: =
  8084.       {
  8085.         Txt = "&"
  8086.         Hint = "The radius for the cone of a spot light."
  8087.       }
  8088.     spawnflags: =
  8089.       {
  8090.     Txt = "&"
  8091.     Typ = "X1"
  8092.     Cap = "LINEAR"
  8093.     Hint = "light falloff will be linear instead of inverse square of distance from source. i.e. makes sharp, contrasting shadows."
  8094.       }
  8095.     }
  8096.     misc_model:form =
  8097.     {
  8098.       mdl = "[model]"
  8099.       Help = "This is placable model for your map."
  8100.       bbox = '-16 -16 -24 16 16 32'
  8101.       model: =
  8102.       {
  8103.         t_modelbrowser = !
  8104.         Txt = "&"
  8105.         Hint = "Path and name of a model to use."
  8106.       }
  8107.       t_model = !
  8108.       bleft: =
  8109.       {
  8110.         txt = "&"
  8111.         hint = "Bleft>min b-box coords XYZ."$0D"The default setting is -16 -16 -24"$0D"the size shown in the editor."
  8112.       }
  8113.       tright: =
  8114.       {
  8115.         txt = "&"
  8116.         hint = "Tright>max b-box coords XYZ"$0D"The default setting is 16 16 32"$0D"the size shown in the editor."
  8117.       }
  8118.     }
  8119.     misc_portal_camera:form =
  8120.     {
  8121.       Help = "This is used to porject a view of the portal on the brushs surface."
  8122.     angles: =
  8123.     {
  8124.     Txt = "&"
  8125.     Hint = "this sets the pitch and yaw aiming angles of the portal camera (default 0 0). Use roll key to set roll angle."
  8126.     }
  8127.       target: =
  8128.       {
  8129.         Txt = "&"
  8130.         Hint = "Entities with same targetname will trigger with this."
  8131.       }
  8132.       targetname: =
  8133.       {
  8134.         Txt = "&"
  8135.         Hint = "This is its target name for the target argument."
  8136.       }
  8137.       roll:form =
  8138.       {
  8139.         Txt = "&"
  8140.     Hint = "This is tilt of the camera. A value of 0 is upside down and 180 is the same as the player's view."
  8141.       }
  8142.       notfree: =
  8143.       {
  8144.         Txt = "&"
  8145.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  8146.       }
  8147.       notteam: =
  8148.       {
  8149.         Txt = "&"
  8150.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  8151.       }
  8152.     notsingle: =
  8153.     {
  8154.     Txt = "&"
  8155.     Hint = "This item will not spawn in a single player game."
  8156.     }
  8157.     spawnflags: =
  8158.       {
  8159.     Txt = "&"
  8160.     Typ = "X1"
  8161.     Cap = "SLOWROTATE"
  8162.     Hint = " makes the portal camera rotate slowly along the roll axis."
  8163.       }
  8164.     spawnflags: =
  8165.       {
  8166.     Txt = "&"
  8167.     Typ = "X2"
  8168.     Cap = "FASTROTATE"
  8169.     Hint = " makes the portal camera rotate quickly along the roll axis."
  8170.       }
  8171.     }
  8172.     misc_portal_surface:form =
  8173.     {
  8174.       Help = "This is whats used to place the view of the misc_portal_camera on a brush."
  8175.       target: =
  8176.       {
  8177.         Txt = "&"
  8178.         Hint = "Entities with same targetname will trigger with this."
  8179.       }
  8180.       notfree: =
  8181.       {
  8182.         Txt = "&"
  8183.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  8184.       }
  8185.     notsingle: =
  8186.     {
  8187.     Txt = "&"
  8188.     Hint = "This item will not spawn in a single player game."
  8189.     }
  8190.       notteam: =
  8191.       {
  8192.         Txt = "&"
  8193.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  8194.       }
  8195.     }
  8196.     misc_teleporter_dest:form =
  8197.     {
  8198.       Help = "This is the dest of the trigger_teleport."
  8199.       t_teleport_size = !
  8200.     angle: =
  8201.     {
  8202.     Txt = "&"
  8203.     Hint = "direction in which player will look when teleported."
  8204.     }
  8205.       targetname: =
  8206.       {
  8207.         Txt = "&"
  8208.         Hint = "This is its target name for the target argument."
  8209.       }
  8210.       notfree: =
  8211.       {
  8212.         Txt = "&"
  8213.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  8214.       }
  8215.       notteam: =
  8216.       {
  8217.         Txt = "&"
  8218.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  8219.       }
  8220.     notsingle: =
  8221.     {
  8222.     Txt = "&"
  8223.     Hint = "This item will not spawn in a single player game."
  8224.     }
  8225.     }
  8226.     path_corner:form =
  8227.     {
  8228.       Help = "This is used with a func_train."
  8229.       target: =
  8230.       {
  8231.         Txt = "&"
  8232.         Hint = "Next path_corner in sequence."
  8233.       }
  8234.       targetname: =
  8235.       {
  8236.         Txt = "&"
  8237.         Hint = "This path_corners name."
  8238.       }
  8239.     speed: =
  8240.     {
  8241.     Txt = "&"
  8242.     Hint = "speed of func_train while moving to the next path corner. This will override the speed value of the train."
  8243.     }
  8244.     wait: =
  8245.       {
  8246.         Txt = "&"
  8247.     Hint = "number of seconds func_train will pause on path corner before moving to next path corner (default 0)"
  8248.       }
  8249.       notfree: =
  8250.       {
  8251.         Txt = "&"
  8252.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  8253.       }
  8254.       notteam: =
  8255.       {
  8256.         Txt = "&"
  8257.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  8258.       }
  8259.     notsingle: =
  8260.     {
  8261.     Txt = "&"
  8262.     Hint = "This item will not spawn in a single player game."
  8263.     }
  8264.     }
  8265.     shooter_grenade:form =
  8266.     {
  8267.       Help = "This shoots a grenade when triggered."
  8268.       target: =
  8269.       {
  8270.         Txt = "&"
  8271.         Hint = "Entities with same targetname will trigger with this."
  8272.       }
  8273.       targetname: =
  8274.       {
  8275.         Txt = "&"
  8276.     Hint = "this points to a target_position entity for aiming"
  8277.       }
  8278.       wait: =
  8279.       {
  8280.         Txt = "&"
  8281.         Hint = "Wait time till it resets."
  8282.       }
  8283.       random: =
  8284.       {
  8285.         Txt = "&"
  8286.     Hint = "random aiming variance in degrees from the straight line to the targeted entity (default 0)"
  8287.       }
  8288.       angles: =
  8289.       {
  8290.         Txt = "&"
  8291.     Hint = "this sets the pitch and yaw aiming angles of shooter (default 0 0). The roll angle does not apply."
  8292.       }
  8293.       notfree: =
  8294.       {
  8295.         Txt = "&"
  8296.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  8297.       }
  8298.     notsingle: =
  8299.     {
  8300.     Txt = "&"
  8301.     Hint = "This item will not spawn in a single player game."
  8302.     }
  8303.       notteam: =
  8304.       {
  8305.         Txt = "&"
  8306.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  8307.       }
  8308.     }
  8309.     shooter_plasma:form =
  8310.     {
  8311.       Help = "This shoots a plasma when triggered."
  8312.       target: =
  8313.       {
  8314.         Txt = "&"
  8315.         Hint = "Entities with same targetname will trigger with this."
  8316.       }
  8317.       targetname: =
  8318.       {
  8319.         Txt = "&"
  8320.     Hint = "this points to a target_position entity for aiming"
  8321.       }
  8322.       wait: =
  8323.       {
  8324.         Txt = "&"
  8325.         Hint = "Wait time till it resets."
  8326.       }
  8327.       random: =
  8328.       {
  8329.         Txt = "&"
  8330.     Hint = "random aiming variance in degrees from the straight line to the targeted entity (default 0)"
  8331.       }
  8332.       angles: =
  8333.       {
  8334.         Txt = "&"
  8335.     Hint = "this sets the pitch and yaw aiming angles of shooter (default 0 0). The roll angle does not apply."
  8336.       }
  8337.       notfree: =
  8338.       {
  8339.         Txt = "&"
  8340.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  8341.       }
  8342.     notsingle: =
  8343.     {
  8344.     Txt = "&"
  8345.     Hint = "This item will not spawn in a single player game."
  8346.     }
  8347.       notteam: =
  8348.       {
  8349.         Txt = "&"
  8350.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  8351.       }
  8352.     }
  8353.     shooter_rocket:form =
  8354.     {
  8355.       Help = "This shoots a rocket when triggered."
  8356.       target: =
  8357.       {
  8358.         Txt = "&"
  8359.         Hint = "Entities with same targetname will trigger with this."
  8360.       }
  8361.       targetname: =
  8362.       {
  8363.         Txt = "&"
  8364.     Hint = "this points to a target_position entity for aiming"
  8365.       }
  8366.       wait: =
  8367.       {
  8368.         Txt = "&"
  8369.         Hint = "Wait time till it resets."
  8370.       }
  8371.       random: =
  8372.       {
  8373.         Txt = "&"
  8374.     Hint = "random aiming variance in degrees from the straight line to the targeted entity (default 0)"
  8375.       }
  8376.       angles: =
  8377.       {
  8378.         Txt = "&"
  8379.     Hint = "this sets the pitch and yaw aiming angles of shooter (default 0 0). The roll angle does not apply."
  8380.       }
  8381.       notfree: =
  8382.       {
  8383.         Txt = "&"
  8384.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  8385.       }
  8386.     notsingle: =
  8387.     {
  8388.     Txt = "&"
  8389.     Hint = "This item will not spawn in a single player game."
  8390.     }
  8391.       notteam: =
  8392.       {
  8393.         Txt = "&"
  8394.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  8395.       }
  8396.     }
  8397.     target_delay:form =
  8398.     {
  8399.       Help = "Time dealy trigger."
  8400.       target: =
  8401.       {
  8402.         Txt = "&"
  8403.         Hint = "Entities with same targetname will trigger with this."
  8404.       }
  8405.       targetname: =
  8406.       {
  8407.         Txt = "&"
  8408.         Hint = "This is its target name for the target argument."
  8409.       }
  8410.       wait: =
  8411.       {
  8412.         Txt = "&"
  8413.         Hint = "Wait time till it resets."
  8414.       }
  8415.       random: =
  8416.       {
  8417.         Txt = "&"
  8418.         Hint = "The integer used to multiply or divide the wait value to the respawn."
  8419.       }
  8420.       delay: =
  8421.       {
  8422.         Txt = "&"
  8423.         Hint = "Hmm the same as wait i thought."
  8424.       }
  8425.       notfree: =
  8426.       {
  8427.         Txt = "&"
  8428.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  8429.       }
  8430.       notteam: =
  8431.       {
  8432.         Txt = "&"
  8433.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  8434.       }
  8435.     notsingle: =
  8436.     {
  8437.     Txt = "&"
  8438.     Hint = "This item will not spawn in a single player game."
  8439.     }
  8440.     }
  8441.     target_give:form =
  8442.     {
  8443.       Help = "Gives the player a item."
  8444.       target: =
  8445.       {
  8446.         Txt = "&"
  8447.         Hint = "Entities with same targetname will trigger with this."
  8448.       }
  8449.       targetname: =
  8450.       {
  8451.         Txt = "&"
  8452.         Hint = "This is its target name for the target argument."
  8453.       }
  8454.       notfree: =
  8455.       {
  8456.         Txt = "&"
  8457.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  8458.       }
  8459.       notteam: =
  8460.       {
  8461.         Txt = "&"
  8462.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  8463.       }
  8464.     notsingle: =
  8465.     {
  8466.     Txt = "&"
  8467.     Hint = "This item will not spawn in a single player game."
  8468.     }
  8469.     }
  8470.     target_kill:form =
  8471.     {
  8472.       Help = "This will kill the player who activates the trigger that fires this target."
  8473.       targetname: =
  8474.       {
  8475.     Txt = "&"
  8476.     Hint = "This is its target name for the target argument."
  8477.       }
  8478.       notfree: =
  8479.       {
  8480.     Txt = "&"
  8481.     Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  8482.       }
  8483.       notteam: =
  8484.       {
  8485.     Txt = "&"
  8486.     Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  8487.       }
  8488.     notsingle: =
  8489.     {
  8490.     Txt = "&"
  8491.     Hint = "This item will not spawn in a single player game."
  8492.     }
  8493.     }
  8494.     target_location:form =
  8495.     {
  8496.       Help = "Location marker in Teamplay games. Color values:   0: white (default) 1: red 2: green 3: yellow 4: blue 5: cyan 6: magenta"
  8497.       message: =
  8498.       {
  8499.         Txt = "&"
  8500.     Hint = "name of the location (text string). Displayed in parentheses in front of all team chat and order messages."
  8501.       }
  8502.     color: =
  8503.     {
  8504.     Txt = "&"
  8505.     Hint = "Color of text that appears."
  8506.       }
  8507.       notfree: =
  8508.       {
  8509.         Txt = "&"
  8510.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  8511.       }
  8512.       notteam: =
  8513.       {
  8514.         Txt = "&"
  8515.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  8516.       }
  8517.     notsingle: =
  8518.     {
  8519.     Txt = "&"
  8520.     Hint = "This item will not spawn in a single player game."
  8521.     }
  8522.     }
  8523.     target_position:form =
  8524.     {
  8525.       Help = "Is the equivalent to info_notnull."
  8526.       targetname: =
  8527.       {
  8528.         Txt = "&"
  8529.         Hint = "This is its target name for the target argument."
  8530.       }
  8531.       notfree: =
  8532.       {
  8533.         Txt = "&"
  8534.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  8535.       }
  8536.       notteam: =
  8537.       {
  8538.         Txt = "&"
  8539.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  8540.       }
  8541.     notsingle: =
  8542.     {
  8543.     Txt = "&"
  8544.     Hint = "This item will not spawn in a single player game."
  8545.     }
  8546.     }
  8547.     target_print:form =
  8548.     {
  8549.       Help = "Used to message the player."
  8550.       message: =
  8551.       {
  8552.         Txt = "&"
  8553.         Hint = "The message printed to the screen."
  8554.       }
  8555.       targetname: =
  8556.       {
  8557.         Txt = "&"
  8558.         Hint = "This is its target name for the target argument."
  8559.       }
  8560.       notfree: =
  8561.       {
  8562.         Txt = "&"
  8563.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  8564.       }
  8565.       notteam: =
  8566.       {
  8567.         Txt = "&"
  8568.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  8569.       }
  8570.     notsingle: =
  8571.     {
  8572.     Txt = "&"
  8573.     Hint = "This item will not spawn in a single player game."
  8574.     }
  8575.     spawnflags: =
  8576.       {
  8577.     Txt = "&"
  8578.     Typ = "X1"
  8579.     Cap = "REDTEAM"
  8580.     Hint = "only the red team players will see the message."
  8581.       }
  8582.     spawnflags: =
  8583.       {
  8584.     Txt = "&"
  8585.     Typ = "X2"
  8586.     Cap = "BLUETEAM"
  8587.     Hint = "only the blue team players will see the message."
  8588.       }
  8589.     spawnflags: =
  8590.       {
  8591.     Txt = "&"
  8592.     Typ = "X4"
  8593.     Cap = "PRIVATE"
  8594.     Hint = "only the player that activates the target will see the message."
  8595.       }
  8596.     }
  8597.     target_push:form =
  8598.     {
  8599.       Help = "This can be used to create jump pads and launch ramps."
  8600.       target: =
  8601.       {
  8602.  
  8603.        Txt = "&"
  8604.     Hint = "Entities with same targetname will trigger with this."
  8605.       }
  8606.       targetname: =
  8607.       {
  8608.     Txt = "&"
  8609.     Hint = "This is its target name for the target argument."
  8610.       }
  8611.       notfree: =
  8612.       {
  8613.     Txt = "&"
  8614.     Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  8615.       }
  8616.     notsingle: =
  8617.     {
  8618.     Txt = "&"
  8619.     Hint = "This item will not spawn in a single player game."
  8620.     }
  8621.       notteam: =
  8622.       {
  8623.     Txt = "&"
  8624.     Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  8625.       }
  8626.     speed: =
  8627.     {
  8628.     Txt = "&"
  8629.     Hint = "speed of push (default 1000). Has no effect if entity targets an aiming entity."
  8630.     }
  8631.     angles: =
  8632.     {
  8633.     Txt = "&"
  8634.     Hint = "this sets the pitch and yaw aiming angles of push entity (default 0 0). The roll angle does not apply."
  8635.     }
  8636.     }
  8637.     target_relay:form =
  8638.     {
  8639.       Help = "Used to relay triggers to other triggers."
  8640.       target: =
  8641.       {
  8642.  
  8643.        Txt = "&"
  8644.         Hint = "Entities with same targetname will trigger with this."
  8645.       }
  8646.       targetname: =
  8647.       {
  8648.         Txt = "&"
  8649.         Hint = "This is its target name for the target argument."
  8650.       }
  8651.       notfree: =
  8652.       {
  8653.         Txt = "&"
  8654.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  8655.       }
  8656.     notsingle: =
  8657.     {
  8658.     Txt = "&"
  8659.     Hint = "This item will not spawn in a single player game."
  8660.     }
  8661.       notteam: =
  8662.       {
  8663.         Txt = "&"
  8664.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  8665.       }
  8666.     spawnflags: =
  8667.       {
  8668.     Txt = "&"
  8669.     Typ = "X1"
  8670.     Cap = "RED_ONLY"
  8671.     Hint = "only red team players can activate trigger."
  8672.       }
  8673.     spawnflags: =
  8674.       {
  8675.     Txt = "&"
  8676.     Typ = "X2"
  8677.     Cap = "BLUE_ONLY"
  8678.     Hint = "only blue team players can activate trigger."
  8679.       }
  8680.     spawnflags: =
  8681.       {
  8682.     Txt = "&"
  8683.     Typ = "X4"
  8684.     Cap = "RANDOM"
  8685.     Hint = "one of the targeted entities will be triggered at random."
  8686.       }
  8687.     }
  8688.     target_remove_powerups:form =
  8689.     {
  8690.       Help = "Takes all items from a player."
  8691.       targetname: =
  8692.       {
  8693.         Txt = "&"
  8694.         Hint = "This is its target name for the target argument."
  8695.       }
  8696.       notfree: =
  8697.       {
  8698.         Txt = "&"
  8699.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  8700.       }
  8701.     notsingle: =
  8702.     {
  8703.     Txt = "&"
  8704.     Hint = "This item will not spawn in a single player game."
  8705.     }
  8706.       notteam: =
  8707.       {
  8708.     Txt = "&"
  8709.     Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  8710.       }
  8711.     }
  8712.       target_score:form =
  8713.     {
  8714.       Help = "This is used to automatically give frag points to the player."
  8715.       targetname: =
  8716.       {
  8717.     Txt = "&"
  8718.     Hint = "This is its target name for the target argument."
  8719.       }
  8720.     count: =
  8721.     {
  8722.     Txt = "&"
  8723.     Hint = "number of frag points to give to player (default 1)."
  8724.     }
  8725.       notfree: =
  8726.       {
  8727.     Txt = "&"
  8728.     Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  8729.       }
  8730.     notsingle: =
  8731.     {
  8732.     Txt = "&"
  8733.     Hint = "This item will not spawn in a single player game."
  8734.     }
  8735.     notbot: =
  8736.     {
  8737.     Txt = "&"
  8738.     Hint = "bots will not use this"
  8739.     }
  8740.       notteam: =
  8741.       {
  8742.         Txt = "&"
  8743.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  8744.       }
  8745.     }
  8746.     target_speaker:form =
  8747.     {
  8748.       Help = "Plays a wav file in the map."
  8749.       noise: =
  8750.       {
  8751.         Txt = "&"
  8752.         Hint = "Path and name of a wav file this will play."
  8753.       }
  8754.     t_noise = !
  8755.       target: =
  8756.       {
  8757.         Txt = "&"
  8758.         Hint = "Entities with same targetname will trigger with this."
  8759.       }
  8760.       targetname: =
  8761.       {
  8762.         Txt = "&"
  8763.         Hint = "This is its target name for the target argument."
  8764.       }
  8765.       wait: =
  8766.       {
  8767.         Txt = "&"
  8768.         Hint = "Wait time till it resets."
  8769.       }
  8770.       random: =
  8771.       {
  8772.         Txt = "&"
  8773.         Hint = "The integer used to multiply or divide the wait value to the respawn."
  8774.       }
  8775.       notfree: =
  8776.       {
  8777.         Txt = "&"
  8778.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  8779.       }
  8780.     notsingle: =
  8781.     {
  8782.     Txt = "&"
  8783.     Hint = "This item will not spawn in a single player game."
  8784.     }
  8785.       notteam: =
  8786.       {
  8787.         Txt = "&"
  8788.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  8789.       }
  8790.       spawnflags: =
  8791.       {
  8792.         Txt = "&"
  8793.         Typ = "X1"
  8794.         Cap = "LOOPED_ON"
  8795.     Hint = "sound will loop and initially start on in level"
  8796.       }
  8797.       spawnflags: =
  8798.       {
  8799.         Txt = "&"
  8800.         Typ = "X2"
  8801.         Cap = "LOOPED_OFF"
  8802.     Hint = "sound will loop and initially start off in level"
  8803.       }
  8804.       spawnflags: =
  8805.       {
  8806.         Txt = "&"
  8807.         Typ = "X4"
  8808.     Cap = "GLOBAL"
  8809.     Hint = "This will be heard all over the map."
  8810.       }
  8811.       spawnflags: =
  8812.       {
  8813.  
  8814.        Txt = "&"
  8815.         Typ = "X8"
  8816.     Cap = "ACTIVATOR"
  8817.     Hint = "sound will play only for the player that activated the target."
  8818.       }
  8819.     }
  8820.     target_teleporter:form =
  8821.     {
  8822.       Help = "This is used to automatically give frag points to the player."
  8823.       target: =
  8824.       {
  8825.     Txt = "&"
  8826.     Hint = "this must point to a misc_teleporter_dest entity."
  8827.       }
  8828.     targetname: =
  8829.     {
  8830.     Txt = "&"
  8831.     Hint = "activating trigger points to this."
  8832.     }
  8833.       notfree: =
  8834.       {
  8835.     Txt = "&"
  8836.     Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  8837.       }
  8838.     notsingle: =
  8839.     {
  8840.     Txt = "&"
  8841.     Hint = "This item will not spawn in a single player game."
  8842.     }
  8843.       notteam: =
  8844.       {
  8845.     Txt = "&"
  8846.     Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  8847.       }
  8848.     }
  8849.     team_CTF_blueflag:form =
  8850.     {
  8851.       Help = "This is the blue teams flag."
  8852.       t_player_size = !
  8853.     mdl = "models/flags/b_flag.md3"
  8854.     }
  8855.     team_CTF_blueplayer:form =
  8856.     {
  8857.       Help = "Initial Blue team spawning position for CTF games."
  8858.       t_player_size = !
  8859.     mdl = "models/players/major/lower.md3"
  8860.  
  8861.       target: =
  8862.       {
  8863.         Txt = "&"
  8864.     Hint = "this can point at a target_give entity for respawn freebies."
  8865.       }
  8866.     }
  8867.     team_CTF_bluespawn:form =
  8868.     {
  8869.       Help = "Blue team respawning position for CTF games."
  8870.       t_player_size = !
  8871.     mdl = "models/players/major/lower.md3"
  8872.       target: =
  8873.       {
  8874.         Txt = "&"
  8875.     Hint = "this can point at a target_give entity for respawn freebies."
  8876.       }
  8877.     }
  8878.     team_CTF_redflag:form =
  8879.     {
  8880.       Help = "This is the red teams flag."
  8881.       t_player_size = !
  8882.     mdl = "models/flags/r_flag.md3"
  8883.     }
  8884.     team_CTF_redplayer:form =
  8885.     {
  8886.       Help = "Initial Red team spawning position for CTF games."
  8887.       t_player_size = !
  8888.     mdl = "models/players/doom/lower.md3"
  8889.       target: =
  8890.       {
  8891.         Txt = "&"
  8892.     Hint = "this can point at a target_give entity for respawn freebies."
  8893.       }
  8894.     }
  8895.     team_CTF_redspawn:form =
  8896.     {
  8897.       Help = "Red team respawning position for CTF games."
  8898.       t_player_size = !
  8899.     mdl = "models/players/doom/lower.md3"
  8900.       target: =
  8901.       {
  8902.         Txt = "&"
  8903.     Hint = "this can point at a target_give entity for respawn freebies."
  8904.       }
  8905.     }
  8906.     trigger_always:form =
  8907.     {
  8908.       Help = "This trigger at the load of a map."
  8909.       target: =
  8910.       {
  8911.         Txt = "&"
  8912.         Hint = "Entities with same targetname will trigger with this."
  8913.       }
  8914.       notfree: =
  8915.       {
  8916.         Txt = "&"
  8917.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  8918.       }
  8919.       notsingle: =
  8920.     {
  8921.     Txt = "&"
  8922.     Hint = "This item will not spawn in a single player game."
  8923.     }
  8924.       notteam: =
  8925.       {
  8926.         Txt = "&"
  8927.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  8928.       }
  8929.     }
  8930.     trigger_hurt:form =
  8931.     {
  8932.       Help = "This hurt the player when he comes into contact with it."
  8933.       dmg: =
  8934.       {
  8935.         Txt = "&"
  8936.         Hint = "Damage this causes to the player."
  8937.       }
  8938.       notbot: =
  8939.     {
  8940.     Txt = "&"
  8941.     Hint = "Bots will not trigger this"
  8942.     }
  8943.       notfree: =
  8944.       {
  8945.         Txt = "&"
  8946.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  8947.       }
  8948.     notsingle: =
  8949.       {
  8950.         Txt = "&"
  8951.     Hint = "This item will not spawn in a single player game."
  8952.       }
  8953.       notteam: =
  8954.       {
  8955.         Txt = "&"
  8956.     Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  8957.       }
  8958.       spawnflags: =
  8959.       {
  8960.         Txt = "&"
  8961.     Typ = "X4"
  8962.         Cap = "SILENT"
  8963.         Hint = "Cant hear the sizzling sound from the player getting hurt."
  8964.       }
  8965.       spawnflags: =
  8966.       {
  8967.         Txt = "&"
  8968.     Typ = "X8"
  8969.         Cap = "NO_PROTECTION"
  8970.         Hint = "Player will be hurt no matter what he is carrying."
  8971.       }
  8972.       spawnflags: =
  8973.       {
  8974.         Txt = "&"
  8975.     Typ = "X16"
  8976.         Cap = "SLOW"
  8977.         Hint = "Changes the dmg to once pre sec."
  8978.       }
  8979.     }
  8980.     trigger_multiple:form =
  8981.     {
  8982.       Help = "This can be triggered multiple times."
  8983.       target: =
  8984.       {
  8985.         Txt = "&"
  8986.         Hint = "Entities with same targetname will trigger with this."
  8987.       }
  8988.       targetname: =
  8989.       {
  8990.         Txt = "&"
  8991.         Hint = "This is its target name for the target argument."
  8992.       }
  8993.     random: =
  8994.       {
  8995.     Txt = "&"
  8996.     Hint = "random time variance in seconds added or subtracted from wait delay (default 0)"
  8997.       }
  8998.       wait: =
  8999.       {
  9000.         Txt = "&"
  9001.         Hint = "Wait time till it resets."
  9002.       }
  9003.     notsingle: =
  9004.     {
  9005.     Txt = "&"
  9006.     Hint = "This item will not spawn in a single player game."
  9007.     }
  9008.     notbot: =
  9009.     {
  9010.     Txt = "&"
  9011.     Hint = "Bots will not trigger this"
  9012.     }
  9013.       notfree: =
  9014.       {
  9015.         Txt = "&"
  9016.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  9017.       }
  9018.       notteam: =
  9019.       {
  9020.         Txt = "&"
  9021.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  9022.       }
  9023.     }
  9024.     trigger_push:form =
  9025.     {
  9026.       Help = "Pushes the player in a give direction."
  9027.       target: =
  9028.       {
  9029.         Txt = "&"
  9030.         Hint = "Entities with same targetname will trigger with this."
  9031.       }
  9032.     notbot: =
  9033.     {
  9034.     Txt = "&"
  9035.     Hint = "Bots will not trigger this"
  9036.     }
  9037.       notfree: =
  9038.       {
  9039.         Txt = "&"
  9040.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  9041.       }
  9042.     notsingle: =
  9043.     {
  9044.     Txt = "&"
  9045.     Hint = "This item will not spawn in a single player game."
  9046.     }
  9047.       notteam: =
  9048.       {
  9049.         Txt = "&"
  9050.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  9051.       }
  9052.     }
  9053.     trigger_teleport:form =
  9054.     {
  9055.       Help = "This teleports the player to a misc_telerport_dest."
  9056.       target: =
  9057.       {
  9058.         Txt = "&"
  9059.         Hint = "Entities with same targetname will trigger with this."
  9060.       }
  9061.       notbot: =
  9062.     {
  9063.     Txt = "&"
  9064.     Hint = "Bots will not trigger this"
  9065.     }
  9066.       notfree: =
  9067.       {
  9068.         Txt = "&"
  9069.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  9070.       }
  9071.     notsingle: =
  9072.     {
  9073.     Txt = "&"
  9074.     Hint = "This item will not spawn in a single player game."
  9075.     }
  9076.       notteam: =
  9077.       {
  9078.         Txt = "&"
  9079.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  9080.       }
  9081.     }
  9082.     weapon_bfg:form =
  9083.     {
  9084.       Help = "This needs no explaination."
  9085.       t_weapon_size = !
  9086.     mdl = "models/weapons2/bfg/bfg.md3"
  9087.     target: =
  9088.       {
  9089.         Txt = "&"
  9090.     Hint = "Entities with same targetname will trigger with this."
  9091.       }
  9092.     targetname: =
  9093.       {
  9094.         Txt = "&"
  9095.     Hint = "This is its target name for the target argument."
  9096.       }
  9097.       team: =
  9098.       {
  9099.         Txt = "&"
  9100.     Hint = "set this to team items. Teamed items will respawn randomly after team master is picked up"
  9101.       }
  9102.       notbot: =
  9103.     {
  9104.     Txt = "&"
  9105.     Hint = "Bots will not trigger this"
  9106.     }
  9107.     notsingle: =
  9108.     {
  9109.     Txt = "&"
  9110.     Hint = "This item will not spawn in a single player game."
  9111.     }
  9112.     count: =
  9113.     {
  9114.     Txt = "&"
  9115.     Hint = "sets the amount of ammo given to the player when weapon is picked up"
  9116.     }
  9117.       wait: =
  9118.       {
  9119.     Txt = "&"
  9120.     Hint = "Wait time till it resets."
  9121.       }
  9122.       random: =
  9123.       {
  9124.     Txt = "&"
  9125.     Hint = "The integer used to multiply or divide the wait value to the respawn."
  9126.       }
  9127.       notfree: =
  9128.       {
  9129.         Txt = "&"
  9130.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  9131.       }
  9132.       notteam: =
  9133.       {
  9134.         Txt = "&"
  9135.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  9136.       }
  9137.       spawnflags: =
  9138.       {
  9139.         Txt = "&"
  9140.         Typ = "X1"
  9141.         Cap = "NO_DROP"
  9142.         Hint = "When checked this weapon will not drop to the floor."
  9143.       }
  9144.     }
  9145.     weapon_gauntlet:form =
  9146.     {
  9147.       Help = "One-handed chainsaw-like weapon. Uses no ammo."
  9148.       t_weapon_size = !
  9149.     mdl = "models/weapons2/gauntlet/gauntlet.md3"
  9150.       wait: =
  9151.       {
  9152.         Txt = "&"
  9153.         Hint = "Wait time till it resets."
  9154.       }
  9155.       random: =
  9156.       {
  9157.         Txt = "&"
  9158.         Hint = "The integer used to multiply or divide the wait value to the respawn."
  9159.       }
  9160.       target: =
  9161.       {
  9162.     Txt = "&"
  9163.     Hint = "Entities with same targetname will trigger with this."
  9164.       }
  9165.     targetname: =
  9166.       {
  9167.     Txt = "&"
  9168.     Hint = "This is its target name for the target argument."
  9169.       }
  9170.       team: =
  9171.       {
  9172.         Txt = "&"
  9173.     Hint = "set this to team items. Teamed items will respawn randomly after team master is picked up"
  9174.       }
  9175.       notbot: =
  9176.     {
  9177.     Txt = "&"
  9178.     Hint = "Bots will not trigger this"
  9179.     }
  9180.     notsingle: =
  9181.     {
  9182.     Txt = "&"
  9183.     Hint = "This item will not spawn in a single player game."
  9184.     }
  9185.     count: =
  9186.     {
  9187.     Txt = "&"
  9188.     Hint = "sets the amount of ammo given to the player when weapon is picked up"
  9189.       }
  9190.       notfree: =
  9191.       {
  9192.         Txt = "&"
  9193.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  9194.       }
  9195.       notteam: =
  9196.       {
  9197.         Txt = "&"
  9198.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  9199.       }
  9200.       spawnflags: =
  9201.       {
  9202.         Txt = "&"
  9203.         Typ = "X1"
  9204.         Cap = "NO_DROP"
  9205.         Hint = "When checked this weapon will not drop to the floor."
  9206.       }
  9207.     }
  9208.     weapon_grapplinghook:form =
  9209.     {
  9210.       Help = "Pully and wire used for propelling oneself to higher elevation."
  9211.       t_weapon_size = !
  9212.     mdl = "models/weapons2/grapple/grapple.md3"
  9213.       wait: =
  9214.       {
  9215.         Txt = "&"
  9216.         Hint = "Wait time till it resets."
  9217.       }
  9218.       random: =
  9219.       {
  9220.         Txt = "&"
  9221.         Hint = "The integer used to multiply or divide the wait value to the respawn."
  9222.       }
  9223.       target: =
  9224.       {
  9225.     Txt = "&"
  9226.     Hint = "Entities with same targetname will trigger with this."
  9227.       }
  9228.     targetname: =
  9229.       {
  9230.     Txt = "&"
  9231.     Hint = "This is its target name for the target argument."
  9232.       }
  9233.       team: =
  9234.       {
  9235.         Txt = "&"
  9236.     Hint = "set this to team items. Teamed items will respawn randomly after team master is picked up"
  9237.       }
  9238.       notbot: =
  9239.     {
  9240.     Txt = "&"
  9241.     Hint = "Bots will not trigger this"
  9242.     }
  9243.     notsingle: =
  9244.     {
  9245.     Txt = "&"
  9246.     Hint = "This item will not spawn in a single player game."
  9247.     }
  9248.     count: =
  9249.     {
  9250.     Txt = "&"
  9251.     Hint = "sets the amount of ammo given to the player when weapon is picked up"
  9252.       }
  9253.       notfree: =
  9254.       {
  9255.         Txt = "&"
  9256.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  9257.       }
  9258.       notteam: =
  9259.       {
  9260.         Txt = "&"
  9261.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  9262.       }
  9263.       spawnflags: =
  9264.       {
  9265.         Txt = "&"
  9266.         Typ = "X1"
  9267.         Cap = "NO_DROP"
  9268.         Hint = "When checked this weapon will not drop to the floor."
  9269.       }
  9270.     }
  9271.     weapon_grenadelauncher:form =
  9272.     {
  9273.       Help = "Canister style explosive launcher. Uses ammo_grenades."
  9274.       t_weapon_size = !
  9275.     mdl = "models/weapons2/grenadel/grenadel.md3"
  9276.       wait: =
  9277.       {
  9278.         Txt = "&"
  9279.         Hint = "Wait time till it resets."
  9280.       }
  9281.       random: =
  9282.       {
  9283.         Txt = "&"
  9284.         Hint = "The integer used to multiply or divide the wait value to the respawn."
  9285.       }
  9286.       target: =
  9287.       {
  9288.     Txt = "&"
  9289.     Hint = "Entities with same targetname will trigger with this."
  9290.       }
  9291.     targetname: =
  9292.       {
  9293.     Txt = "&"
  9294.     Hint = "This is its target name for the target argument."
  9295.       }
  9296.       team: =
  9297.       {
  9298.         Txt = "&"
  9299.     Hint = "set this to team items. Teamed items will respawn randomly after team master is picked up"
  9300.       }
  9301.       notbot: =
  9302.     {
  9303.     Txt = "&"
  9304.     Hint = "Bots will not trigger this"
  9305.     }
  9306.     notsingle: =
  9307.     {
  9308.     Txt = "&"
  9309.     Hint = "This item will not spawn in a single player game."
  9310.     }
  9311.     count: =
  9312.     {
  9313.     Txt = "&"
  9314.     Hint = "sets the amount of ammo given to the player when weapon is picked up"
  9315.       }
  9316.       notfree: =
  9317.       {
  9318.         Txt = "&"
  9319.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  9320.       }
  9321.       notteam: =
  9322.       {
  9323.         Txt = "&"
  9324.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  9325.       }
  9326.       spawnflags: =
  9327.       {
  9328.         Txt = "&"
  9329.         Typ = "X1"
  9330.         Cap = "NO_DROP"
  9331.         Hint = "When checked this weapon will not drop to the floor."
  9332.       }
  9333.     }
  9334.     weapon_lightning:form =
  9335.     {
  9336.       Help = "Electric stimulator. :P. Uses ammo_lightning."
  9337.       t_weapon_size = !
  9338.     mdl = "models/weapons2/lightning/lightning.md3"
  9339.       wait: =
  9340.       {
  9341.         Txt = "&"
  9342.         Hint = "Wait time till it resets."
  9343.       }
  9344.       random: =
  9345.       {
  9346.         Txt = "&"
  9347.         Hint = "The integer used to multiply or divide the wait value to the respawn."
  9348.       }
  9349.       target: =
  9350.       {
  9351.     Txt = "&"
  9352.     Hint = "Entities with same targetname will trigger with this."
  9353.       }
  9354.     targetname: =
  9355.       {
  9356.     Txt = "&"
  9357.     Hint = "This is its target name for the target argument."
  9358.       }
  9359.       team: =
  9360.       {
  9361.         Txt = "&"
  9362.     Hint = "set this to team items. Teamed items will respawn randomly after team master is picked up"
  9363.       }
  9364.       notbot: =
  9365.     {
  9366.     Txt = "&"
  9367.     Hint = "Bots will not trigger this"
  9368.     }
  9369.     notsingle: =
  9370.     {
  9371.     Txt = "&"
  9372.     Hint = "This item will not spawn in a single player game."
  9373.     }
  9374.     count: =
  9375.     {
  9376.     Txt = "&"
  9377.     Hint = "sets the amount of ammo given to the player when weapon is picked up"
  9378.       }
  9379.       notfree: =
  9380.       {
  9381.         Txt = "&"
  9382.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  9383.       }
  9384.       notteam: =
  9385.       {
  9386.         Txt = "&"
  9387.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  9388.       }
  9389.       spawnflags: =
  9390.       {
  9391.         Txt = "&"
  9392.         Typ = "X1"
  9393.         Cap = "NO_DROP"
  9394.         Hint = "When checked this weapon will not drop to the floor."
  9395.       }
  9396.     }
  9397.     weapon_machinegun:form =
  9398.     {
  9399.       Help = "A weak multiple rounds fired weapon. Uses ammo_bullets."
  9400.       t_weapon_size = !
  9401.     mdl = "models/weapons2/machinegun/machinegun.md3"
  9402.       wait: =
  9403.       {
  9404.         Txt = "&"
  9405.         Hint = "Wait time till it resets."
  9406.       }
  9407.       random: =
  9408.       {
  9409.         Txt = "&"
  9410.         Hint = "The integer used to multiply or divide the wait value to the respawn."
  9411.       }
  9412.       target: =
  9413.       {
  9414.     Txt = "&"
  9415.     Hint = "Entities with same targetname will trigger with this."
  9416.       }
  9417.     targetname: =
  9418.       {
  9419.     Txt = "&"
  9420.     Hint = "This is its target name for the target argument."
  9421.       }
  9422.       team: =
  9423.       {
  9424.         Txt = "&"
  9425.     Hint = "set this to team items. Teamed items will respawn randomly after team master is picked up"
  9426.       }
  9427.       notbot: =
  9428.     {
  9429.     Txt = "&"
  9430.     Hint = "Bots will not trigger this"
  9431.     }
  9432.     notsingle: =
  9433.     {
  9434.     Txt = "&"
  9435.     Hint = "This item will not spawn in a single player game."
  9436.     }
  9437.     count: =
  9438.     {
  9439.     Txt = "&"
  9440.     Hint = "sets the amount of ammo given to the player when weapon is picked up"
  9441.       }
  9442.       notfree: =
  9443.       {
  9444.         Txt = "&"
  9445.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  9446.       }
  9447.       notteam: =
  9448.       {
  9449.         Txt = "&"
  9450.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  9451.       }
  9452.       spawnflags: =
  9453.       {
  9454.         Txt = "&"
  9455.         Typ = "X1"
  9456.         Cap = "NO_DROP"
  9457.         Hint = "When checked this weapon will not drop to the floor."
  9458.       }
  9459.     }
  9460.     weapon_plasmagun:form =
  9461.     {
  9462.       Help = "Short range multiple shots fired weapons decent power. Uses ammo_cells."
  9463.       t_weapon_size = !
  9464.     mdl = "models/weapons2/plasma/plasma.md3"
  9465.       wait: =
  9466.       {
  9467.         Txt = "&"
  9468.         Hint = "Wait time till it resets."
  9469.       }
  9470.       random: =
  9471.       {
  9472.         Txt = "&"
  9473.         Hint = "The integer used to multiply or divide the wait value to the respawn."
  9474.       }
  9475.       target: =
  9476.       {
  9477.     Txt = "&"
  9478.     Hint = "Entities with same targetname will trigger with this."
  9479.       }
  9480.     targetname: =
  9481.       {
  9482.     Txt = "&"
  9483.     Hint = "This is its target name for the target argument."
  9484.       }
  9485.       team: =
  9486.       {
  9487.         Txt = "&"
  9488.     Hint = "set this to team items. Teamed items will respawn randomly after team master is picked up"
  9489.       }
  9490.       notbot: =
  9491.     {
  9492.     Txt = "&"
  9493.     Hint = "Bots will not trigger this"
  9494.     }
  9495.     notsingle: =
  9496.     {
  9497.     Txt = "&"
  9498.     Hint = "This item will not spawn in a single player game."
  9499.     }
  9500.     count: =
  9501.     {
  9502.     Txt = "&"
  9503.     Hint = "sets the amount of ammo given to the player when weapon is picked up"
  9504.       }
  9505.       notfree: =
  9506.       {
  9507.         Txt = "&"
  9508.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  9509.       }
  9510.       notteam: =
  9511.       {
  9512.         Txt = "&"
  9513.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  9514.       }
  9515.       spawnflags: =
  9516.       {
  9517.         Txt = "&"
  9518.         Typ = "X1"
  9519.         Cap = "NO_DROP"
  9520.         Hint = "When checked this weapon will not drop to the floor."
  9521.       }
  9522.     }
  9523.     weapon_railgun:form =
  9524.     {
  9525.       Help = "Long distance very powerful weapon. Uses ammo_slugs."
  9526.       t_weapon_size = !
  9527.     mdl = "models/weapons2/railgun/railgun.md3"
  9528.       wait: =
  9529.       {
  9530.         Txt = "&"
  9531.         Hint = "Wait time till it resets."
  9532.       }
  9533.       random: =
  9534.       {
  9535.         Txt = "&"
  9536.         Hint = "The integer used to multiply or divide the wait value to the respawn."
  9537.       }
  9538.       target: =
  9539.       {
  9540.     Txt = "&"
  9541.     Hint = "Entities with same targetname will trigger with this."
  9542.       }
  9543.     targetname: =
  9544.       {
  9545.     Txt = "&"
  9546.     Hint = "This is its target name for the target argument."
  9547.       }
  9548.       team: =
  9549.       {
  9550.         Txt = "&"
  9551.     Hint = "set this to team items. Teamed items will respawn randomly after team master is picked up"
  9552.       }
  9553.       notbot: =
  9554.     {
  9555.     Txt = "&"
  9556.     Hint = "Bots will not trigger this"
  9557.     }
  9558.     notsingle: =
  9559.     {
  9560.     Txt = "&"
  9561.     Hint = "This item will not spawn in a single player game."
  9562.     }
  9563.     count: =
  9564.     {
  9565.     Txt = "&"
  9566.     Hint = "sets the amount of ammo given to the player when weapon is picked up"
  9567.       }
  9568.       notfree: =
  9569.       {
  9570.         Txt = "&"
  9571.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  9572.       }
  9573.       notteam: =
  9574.       {
  9575.         Txt = "&"
  9576.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  9577.       }
  9578.       spawnflags: =
  9579.       {
  9580.         Txt = "&"
  9581.         Typ = "X1"
  9582.         Cap = "NO_DROP"
  9583.         Hint = "When checked this weapon will not drop to the floor."
  9584.       }
  9585.     }
  9586.     weapon_rocketlauncher:form =
  9587.     {
  9588.       Help = "Impact explosive projectile weapon. Uses ammo_rockets."
  9589.       t_weapon_size = !
  9590.     mdl = "models/weapons2/rocketl/rocketl.md3"
  9591.       wait: =
  9592.       {
  9593.         Txt = "&"
  9594.         Hint = "Wait time till it resets."
  9595.       }
  9596.       random: =
  9597.       {
  9598.         Txt = "&"
  9599.         Hint = "The integer used to multiply or divide the wait value to the respawn."
  9600.       }
  9601.       target: =
  9602.       {
  9603.     Txt = "&"
  9604.     Hint = "Entities with same targetname will trigger with this."
  9605.       }
  9606.     targetname: =
  9607.       {
  9608.     Txt = "&"
  9609.     Hint = "This is its target name for the target argument."
  9610.       }
  9611.       team: =
  9612.       {
  9613.         Txt = "&"
  9614.     Hint = "set this to team items. Teamed items will respawn randomly after team master is picked up"
  9615.       }
  9616.       notbot: =
  9617.     {
  9618.     Txt = "&"
  9619.     Hint = "Bots will not trigger this"
  9620.     }
  9621.     notsingle: =
  9622.     {
  9623.     Txt = "&"
  9624.     Hint = "This item will not spawn in a single player game."
  9625.     }
  9626.     count: =
  9627.     {
  9628.     Txt = "&"
  9629.     Hint = "sets the amount of ammo given to the player when weapon is picked up"
  9630.       }
  9631.       notfree: =
  9632.       {
  9633.         Txt = "&"
  9634.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  9635.       }
  9636.       notteam: =
  9637.       {
  9638.         Txt = "&"
  9639.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  9640.       }
  9641.       spawnflags: =
  9642.       {
  9643.         Txt = "&"
  9644.         Typ = "X1"
  9645.         Cap = "NO_DROP"
  9646.         Hint = "When checked this weapon will not drop to the floor."
  9647.       }
  9648.     }
  9649.     weapon_shotgun:form =
  9650.     {
  9651.       Help = "Doubled barreled weapon with short range power.Uses ammo_shells."
  9652.       t_weapon_size = !
  9653.     mdl = "models/weapons2/shotgun/shotgun.md3"
  9654.       wait: =
  9655.       {
  9656.         Txt = "&"
  9657.         Hint = "Wait time till it resets."
  9658.       }
  9659.       random: =
  9660.       {
  9661.         Txt = "&"
  9662.         Hint = "The integer used to multiply or divide the wait value to the respawn."
  9663.       }
  9664.       target: =
  9665.       {
  9666.     Txt = "&"
  9667.     Hint = "Entities with same targetname will trigger with this."
  9668.       }
  9669.     targetname: =
  9670.       {
  9671.     Txt = "&"
  9672.     Hint = "This is its target name for the target argument."
  9673.       }
  9674.       team: =
  9675.       {
  9676.         Txt = "&"
  9677.     Hint = "set this to team items. Teamed items will respawn randomly after team master is picked up"
  9678.       }
  9679.       notbot: =
  9680.     {
  9681.     Txt = "&"
  9682.     Hint = "Bots will not trigger this"
  9683.     }
  9684.     notsingle: =
  9685.     {
  9686.     Txt = "&"
  9687.     Hint = "This item will not spawn in a single player game."
  9688.     }
  9689.     count: =
  9690.     {
  9691.     Txt = "&"
  9692.     Hint = "sets the amount of ammo given to the player when weapon is picked up"
  9693.       }
  9694.       notfree: =
  9695.       {
  9696.         Txt = "&"
  9697.         Hint = "This item will not work in a Free for All or Tournament game.(Default value is 0)"
  9698.       }
  9699.       notteam: =
  9700.       {
  9701.         Txt = "&"
  9702.         Hint = "This item will not work in a Teamplay or CTF game.(Default value is 0)"
  9703.       }
  9704.       spawnflags: =
  9705.       {
  9706.         Txt = "&"
  9707.         Typ = "X1"
  9708.         Cap = "NO_DROP"
  9709.         Hint = "When checked this weapon will not drop to the floor."
  9710.       }
  9711.     }
  9712.     t_ta_worldspawn_settings:incl = {
  9713.                 ta: = {
  9714.                         Typ = "B"
  9715.                         Txt = "(TeamArena)"
  9716.                         Cap = "Push..."
  9717.                         form = "f_ta_worldspawn:form"
  9718.                         Hint = "Team Arena settings"
  9719.                 }
  9720.         }
  9721.     f_ta_worldspawn:form = {
  9722.             enableBreath: = { Txt="&" Typ="C" Hint="Players 'breath' will be visible in game."
  9723.                               items = "No"
  9724.                               $0D"Yes"
  9725.                               values = "0"$0D"1"
  9726.                 }
  9727.         enableDust: = { Txt="&" Typ="C" Hint="Player will raise dust on dusty surfaces"
  9728.                             items = "No"
  9729.                             $0D"Yes"
  9730.                             values = "0"$0D"1"
  9731.                 }
  9732.         vertexremapshader: = { Txt="&"  
  9733.                                Hint="Shader to be used on terrain when people run the map in vertex lite mode"
  9734.                }
  9735.         gridsize: = { Txt="&"  
  9736.                 Hint="A 'x' 'y' 'z' value, i.e. '64' '64' '128'. Light Grid Size is the map that the Q3A engine uses to light entities. Higher values are best for terrain."
  9737.                                  }
  9738.         }
  9739.     worldspawn:form =
  9740.     {
  9741.       Help = "This is used for the world only need one."
  9742.       message: =
  9743.       {
  9744.         Txt = "&"
  9745.         Hint = "This is the message it prints to the screen when a player enters this map."
  9746.       }
  9747.       music: =
  9748.       {
  9749.         Txt = "&"
  9750.         Hint = "This is the path and file name of a looping wav file to play in this map."
  9751.       }
  9752.       ambient: =
  9753.       {
  9754.         Txt = "&"
  9755.         Hint = "This is the levels ambient light value"
  9756.       }
  9757.       _color: =
  9758.       {
  9759.         Txt = "&"
  9760.         Typ = "LN"
  9761.         Hint = "light color (not the intensity, only the color) used for the ambient light."
  9762.       }
  9763.       gravity: =
  9764.       {
  9765.         Txt = "&"
  9766.         Hint = "This is the levels gravity setting. The default is 800."
  9767.       }
  9768.     t_ta_worldspawn_settings = !
  9769.     }
  9770.   }
  9771. }
  9772.